#33022A

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

Shades of Blackberry #33022A

Tints of Blackberry #33022A

Color information

#33022A (or 0x33022A) is unknown color: approx Blackberry. HEX triplet: 33, 02 and 2A. RGB value is (51,2,42). Sum of RGB (Red+Green+Blue) = 51+2+42=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #33022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33022A is #CCFDD5. Grayscale: #151515. Windows color (decimal): -13434326 or 2753075. OLE color: 2753075.

HSL color Cylindrical-coordinate representation of color #33022A: hue angle of 311.02º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33022A is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB51242-
CMYK00.960.180.8
HSL311.02º92.45%10.39%-
HSV(B)311.02º96.08%20%-
XYZ1.80.912.27-
YUV21.21139.73149.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=53.68%
G=2.11%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5124200.960.180.8311.0292.4510.39
Hex3322A06012501375ca
Octal6325201402212046713412
Binary110011101010100110000010010101000010011011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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