#340E20

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

Shades of Blackberry #340E20

Tints of Blackberry #340E20

Color information

#340E20 (or 0x340E20) is unknown color: approx Blackberry. HEX triplet: 34, 0E and 20. RGB value is (52,14,32). Sum of RGB (Red+Green+Blue) = 52+14+32=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #340E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E20 is #CBF1DF. Grayscale: #1B1B1B. Windows color (decimal): -13365728 or 2100788. OLE color: 2100788.

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

Color convert

RGB521432-
CMYK00.730.380.80
HSL331.58º57.58%12.94%-
HSV(B)331.58º73.08%20.39%-
XYZ1.831.151.49-
YUV27.41130.59145.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 14 (5.86% from 255) = 14.29%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=53.06%
G=14.29%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52143200.730.380.80331.5857.5812.94
Hex34E20049265014c3ad
Octal6416400111461205147215
Binary11010011101000000100100110011010100001010011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340E20; }

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

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

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

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

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

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

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

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