#34001E

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

Shades of Blackberry #34001E

Tints of Blackberry #34001E

Color information

#34001E (or 0x34001E) is unknown color: approx Blackberry. HEX triplet: 34, 00 and 1E. RGB value is (52,0,30). Sum of RGB (Red+Green+Blue) = 52+0+30=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #34001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34001E is #CBFFE1. Grayscale: #121212. Windows color (decimal): -13369314 or 1966132. OLE color: 1966132.

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

Color convert

RGB52030-
CMYK010.420.80
HSL325.38º100%10.2%-
HSV(B)325.38º100%20.39%-
XYZ1.650.821.3-
YUV18.97134.23151.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 63.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=63.41%
G=0%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52030010.420.80325.3810010.2
Hex3401E0642A5014564a
Octal6403601445212050514412
Binary11010001111001100100101010101000010100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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