#33111F

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

Shades of Blackberry #33111F

Tints of Blackberry #33111F

Color information

#33111F (or 0x33111F) is unknown color: approx Blackberry. HEX triplet: 33, 11 and 1F. RGB value is (51,17,31). Sum of RGB (Red+Green+Blue) = 51+17+31=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #33111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33111F is #CCEEE0. Grayscale: #1C1C1C. Windows color (decimal): -13430497 or 2036019. OLE color: 2036019.

HSL color Cylindrical-coordinate representation of color #33111F: hue angle of 335.29º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33111F is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB511731-
CMYK00.670.390.8
HSL335.29º50%13.33%-
HSV(B)335.29º66.67%20%-
XYZ1.811.21.43-
YUV28.76129.26143.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=51.52%
G=17.17%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51173100.670.390.8335.295013.33
Hex33111F043275014f32d
Octal6321370103471205176215
Binary11001110001111110100001110011110100001010011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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