#33081D

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

Shades of Blackberry #33081D

Tints of Blackberry #33081D

Color information

#33081D (or 0x33081D) is unknown color: approx Blackberry. HEX triplet: 33, 08 and 1D. RGB value is (51,8,29). Sum of RGB (Red+Green+Blue) = 51+8+29=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #33081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33081D is #CCF7E2. Grayscale: #171717. Windows color (decimal): -13432803 or 1902643. OLE color: 1902643.

HSL color Cylindrical-coordinate representation of color #33081D: hue angle of 330.7º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33081D is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB51829-
CMYK00.840.430.8
HSL330.7º72.88%11.57%-
HSV(B)330.7º84.31%20%-
XYZ1.670.971.26-
YUV23.25131.25147.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=57.95%
G=9.09%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5182900.840.430.8330.772.8811.57
Hex3381D0542B5014b49c
Octal63103501245312051311114
Binary11001110001110101010100101011101000010100101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33081D; }

 p { color: rgb(51,8,29); }

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

<style>
 a { background-color: #33081D; }

 a { background-color: rgb(51,8,29); }

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

<style>
 span { border-color: #33081D; }

 span { border-color: rgb(51,8,29); }

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