#34021E

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

Shades of Blackberry #34021E

Tints of Blackberry #34021E

Color information

#34021E (or 0x34021E) is unknown color: approx Blackberry. HEX triplet: 34, 02 and 1E. RGB value is (52,2,30). Sum of RGB (Red+Green+Blue) = 52+2+30=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #34021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34021E is #CBFDE1. Grayscale: #141414. Windows color (decimal): -13368802 or 1966644. OLE color: 1966644.

HSL color Cylindrical-coordinate representation of color #34021E: hue angle of 326.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34021E is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB52230-
CMYK00.960.420.80
HSL326.4º92.59%10.59%-
HSV(B)326.4º96.15%20.39%-
XYZ1.670.871.31-
YUV20.14133.56150.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=61.90%
G=2.38%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5223000.960.420.80326.492.5910.59
Hex3421E0602A501465db
Octal6423601405212050613513
Binary110100101111001100000101010101000010100011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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