#34022A

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

Shades of Blackberry #34022A

Tints of Blackberry #34022A

Color information

#34022A (or 0x34022A) is unknown color: approx Blackberry. HEX triplet: 34, 02 and 2A. RGB value is (52,2,42). Sum of RGB (Red+Green+Blue) = 52+2+42=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #34022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34022A is #CBFDD5. Grayscale: #151515. Windows color (decimal): -13368790 or 2753076. OLE color: 2753076.

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

Color convert

RGB52242-
CMYK00.960.190.80
HSL312º92.59%10.59%-
HSV(B)312º96.15%20.39%-
XYZ1.860.942.27-
YUV21.51139.56149.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=54.17%
G=2.08%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5224200.960.190.8031292.5910.59
Hex3422A06013501385db
Octal6425201402312047013513
Binary110100101010100110000010011101000010011100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34022A; }

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

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

<style>
 a { background-color: #34022A; }

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

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

<style>
 span { border-color: #34022A; }

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

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