#33021F

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

Shades of Blackberry #33021F

Tints of Blackberry #33021F

Color information

#33021F (or 0x33021F) is unknown color: approx Blackberry. HEX triplet: 33, 02 and 1F. RGB value is (51,2,31). Sum of RGB (Red+Green+Blue) = 51+2+31=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #33021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33021F is #CCFDE0. Grayscale: #131313. Windows color (decimal): -13434337 or 2032179. OLE color: 2032179.

HSL color Cylindrical-coordinate representation of color #33021F: hue angle of 324.49º 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 #33021F is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB51231-
CMYK00.960.390.8
HSL324.49º92.45%10.39%-
HSV(B)324.49º96.08%20%-
XYZ1.630.851.37-
YUV19.96134.23150.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60.71%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=60.71%
G=2.38%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5123100.960.390.8324.4992.4510.39
Hex3321F06027501445ca
Octal6323701404712050413412
Binary110011101111101100000100111101000010100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33021F; }

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

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

<style>
 a { background-color: #33021F; }

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

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

<style>
 span { border-color: #33021F; }

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

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