#33081B

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

Shades of Blackberry #33081B

Tints of Blackberry #33081B

Color information

#33081B (or 0x33081B) is unknown color: approx Blackberry. HEX triplet: 33, 08 and 1B. RGB value is (51,8,27). Sum of RGB (Red+Green+Blue) = 51+8+27=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #33081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33081B is #CCF7E4. Grayscale: #161616. Windows color (decimal): -13432805 or 1771571. OLE color: 1771571.

HSL color Cylindrical-coordinate representation of color #33081B: hue angle of 333.49º 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 #33081B is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB51827-
CMYK00.840.470.8
HSL333.49º72.88%11.57%-
HSV(B)333.49º84.31%20%-
XYZ1.650.961.13-
YUV23.02130.25147.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=59.30%
G=9.30%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5182700.840.470.8333.4972.8811.57
Hex3381B0542F5014d49c
Octal63103301245712051511114
Binary11001110001101101010100101111101000010100110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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