#34002B

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

Shades of Blackberry #34002B

Tints of Blackberry #34002B

Color information

#34002B (or 0x34002B) is unknown color: approx Blackberry. HEX triplet: 34, 00 and 2B. RGB value is (52,0,43). Sum of RGB (Red+Green+Blue) = 52+0+43=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #34002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34002B is #CBFFD4. Grayscale: #141414. Windows color (decimal): -13369301 or 2818100. OLE color: 2818100.

HSL color Cylindrical-coordinate representation of color #34002B: hue angle of 310.38º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34002B is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB52043-
CMYK010.170.80
HSL310.38º100%10.2%-
HSV(B)310.38º100%20.39%-
XYZ1.850.92.36-
YUV20.45140.73150.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 45.26%
R=54.74%
G=0%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52043010.170.80310.3810010.2
Hex3402B064115013664a
Octal6405301442112046614412
Binary11010001010110110010010001101000010011011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34002B; }

 p { color: rgb(52,0,43); }

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

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

 a { background-color: rgb(52,0,43); }

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

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

 span { border-color: rgb(52,0,43); }

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