#340820

Color #340820 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #340820

Tints of Blackberry #340820

Color information

#340820 (or 0x340820) is unknown color: approx Blackberry. HEX triplet: 34, 08 and 20. RGB value is (52,8,32). Sum of RGB (Red+Green+Blue) = 52+8+32=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #340820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340820 is #CBF7DF. Grayscale: #171717. Windows color (decimal): -13367264 or 2099252. OLE color: 2099252.

HSL color Cylindrical-coordinate representation of color #340820: hue angle of 327.27º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #340820 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB52832-
CMYK00.850.380.80
HSL327.27º73.33%11.76%-
HSV(B)327.27º84.62%20.39%-
XYZ1.761.011.47-
YUV23.89132.58148.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 56.52%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 32 (12.89% from 255) = 34.78%
R=56.52%
G=8.70%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5283200.850.380.80327.2773.3311.76
Hex34820055265014749c
Octal64104001254612050711114
Binary110100100010000001010101100110101000010100011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340820; }

 p { color: rgb(52,8,32); }

 H1.HeaderClassName
 {
   color: #340820;
 }
 .AnyTagClassName
 {
   color: #340820;
 }
</style>
background-color css

<style>
 a { background-color: #340820; }

 a { background-color: rgb(52,8,32); }

 div.DivClassName
 {
   background-color: #340820;
 }
 .BgClassName
 {
   background-color: #340820;
 }
</style>
border-color css

<style>
 span { border-color: #340820; }

 span { border-color: rgb(52,8,32); }

 td.TdClassName
 {
   border-color: #340820;
 }
 .TagClassName
 {
   border-color: #340820;
 }
</style>