#33021E

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

Shades of Blackberry #33021E

Tints of Blackberry #33021E

Color information

#33021E (or 0x33021E) is unknown color: approx Blackberry. HEX triplet: 33, 02 and 1E. RGB value is (51,2,30). Sum of RGB (Red+Green+Blue) = 51+2+30=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #33021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33021E is #CCFDE1. Grayscale: #131313. Windows color (decimal): -13434338 or 1966643. OLE color: 1966643.

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

Color convert

RGB51230-
CMYK00.960.410.8
HSL325.71º92.45%10.39%-
HSV(B)325.71º96.08%20%-
XYZ1.620.841.31-
YUV19.84133.73150.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=61.45%
G=2.41%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5123000.960.410.8325.7192.4510.39
Hex3321E06029501465ca
Octal6323601405112050613412
Binary110011101111001100000101001101000010100011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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