#34021B

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

Shades of Blackberry #34021B

Tints of Blackberry #34021B

Color information

#34021B (or 0x34021B) is unknown color: approx Blackberry. HEX triplet: 34, 02 and 1B. RGB value is (52,2,27). Sum of RGB (Red+Green+Blue) = 52+2+27=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #34021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34021B is #CBFDE4. Grayscale: #131313. Windows color (decimal): -13368805 or 1770036. OLE color: 1770036.

HSL color Cylindrical-coordinate representation of color #34021B: hue angle of 330º 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 #34021B is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB52227-
CMYK00.960.480.80
HSL330º92.59%10.59%-
HSV(B)330º96.15%20.39%-
XYZ1.640.851.12-
YUV19.8132.06150.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 64.20%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 27 (10.94% from 255) = 33.33%
R=64.20%
G=2.47%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5222700.960.480.8033092.5910.59
Hex3421B060305014a5db
Octal6423301406012051213513
Binary110100101101101100000110000101000010100101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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