#34001D

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

Shades of Blackberry #34001D

Tints of Blackberry #34001D

Color information

#34001D (or 0x34001D) is unknown color: approx Blackberry. HEX triplet: 34, 00 and 1D. RGB value is (52,0,29). Sum of RGB (Red+Green+Blue) = 52+0+29=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #34001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34001D is #CBFFE2. Grayscale: #121212. Windows color (decimal): -13369315 or 1900596. OLE color: 1900596.

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

Color convert

RGB52029-
CMYK010.440.80
HSL326.54º100%10.2%-
HSV(B)326.54º100%20.39%-
XYZ1.640.821.23-
YUV18.85133.73151.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 64.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=64.20%
G=0%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52029010.440.80326.5410010.2
Hex3401D0642C5014764a
Octal6403501445412050714412
Binary11010001110101100100101100101000010100011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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