#33011F

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

Shades of Blackberry #33011F

Tints of Blackberry #33011F

Color information

#33011F (or 0x33011F) is unknown color: approx Blackberry. HEX triplet: 33, 01 and 1F. RGB value is (51,1,31). Sum of RGB (Red+Green+Blue) = 51+1+31=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #33011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33011F is #CCFEE0. Grayscale: #131313. Windows color (decimal): -13434593 or 2031923. OLE color: 2031923.

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

Color convert

RGB51131-
CMYK00.980.390.8
HSL324º96.15%10.2%-
HSV(B)324º98.04%20%-
XYZ1.620.821.37-
YUV19.37134.56150.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 1 (0.78% from 255) = 1.20%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=61.45%
G=1.20%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5113100.980.390.832496.1510.2
Hex3311F062275014460a
Octal6313701424712050414012
Binary11001111111101100010100111101000010100010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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