#34081D

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

Shades of Blackberry #34081D

Tints of Blackberry #34081D

Color information

#34081D (or 0x34081D) is unknown color: approx Blackberry. HEX triplet: 34, 08 and 1D. RGB value is (52,8,29). Sum of RGB (Red+Green+Blue) = 52+8+29=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #34081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34081D is #CBF7E2. Grayscale: #171717. Windows color (decimal): -13367267 or 1902644. OLE color: 1902644.

HSL color Cylindrical-coordinate representation of color #34081D: hue angle of 331.36º 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 #34081D is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB52829-
CMYK00.850.440.80
HSL331.36º73.33%11.76%-
HSV(B)331.36º84.62%20.39%-
XYZ1.720.991.26-
YUV23.55131.08148.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=58.43%
G=8.99%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5282900.850.440.80331.3673.3311.76
Hex3481D0552C5014b49c
Octal64103501255412051311114
Binary11010010001110101010101101100101000010100101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34081D; }

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

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

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

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

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

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

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

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