#34051D

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

Shades of Blackberry #34051D

Tints of Blackberry #34051D

Color information

#34051D (or 0x34051D) is unknown color: approx Blackberry. HEX triplet: 34, 05 and 1D. RGB value is (52,5,29). Sum of RGB (Red+Green+Blue) = 52+5+29=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #34051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34051D is #CBFAE2. Grayscale: #151515. Windows color (decimal): -13368035 or 1901876. OLE color: 1901876.

HSL color Cylindrical-coordinate representation of color #34051D: hue angle of 329.36º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34051D is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB52529-
CMYK00.900.440.80
HSL329.36º82.46%11.18%-
HSV(B)329.36º90.38%20.39%-
XYZ1.690.931.25-
YUV21.79132.07149.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 60.47%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=60.47%
G=5.81%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5252900.900.440.80329.3682.4611.18
Hex3451D05A2C5014952b
Octal6453501325412051112213
Binary1101001011110101011010101100101000010100100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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