#33011E

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

Shades of Blackberry #33011E

Tints of Blackberry #33011E

Color information

#33011E (or 0x33011E) is unknown color: approx Blackberry. HEX triplet: 33, 01 and 1E. RGB value is (51,1,30). Sum of RGB (Red+Green+Blue) = 51+1+30=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #33011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33011E is #CCFEE1. Grayscale: #131313. Windows color (decimal): -13434594 or 1966387. OLE color: 1966387.

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

Color convert

RGB51130-
CMYK00.980.410.8
HSL325.2º96.15%10.2%-
HSV(B)325.2º98.04%20%-
XYZ1.610.821.3-
YUV19.26134.06150.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.20%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=62.20%
G=1.22%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5113000.980.410.8325.296.1510.2
Hex3311E062295014560a
Octal6313601425112050514012
Binary11001111111001100010101001101000010100010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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