#33071B

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

Shades of Blackberry #33071B

Tints of Blackberry #33071B

Color information

#33071B (or 0x33071B) is unknown color: approx Blackberry. HEX triplet: 33, 07 and 1B. RGB value is (51,7,27). Sum of RGB (Red+Green+Blue) = 51+7+27=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #33071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33071B is #CCF8E4. Grayscale: #161616. Windows color (decimal): -13433061 or 1771315. OLE color: 1771315.

HSL color Cylindrical-coordinate representation of color #33071B: hue angle of 332.73º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33071B is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB51727-
CMYK00.860.470.8
HSL332.73º75.86%11.37%-
HSV(B)332.73º86.27%20%-
XYZ1.640.931.13-
YUV22.44130.58148.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60%
GREEN value IS 7 (3.12% from 255) = 8.24%
BLUE value IS 27 (10.94% from 255) = 31.76%
R=60%
G=8.24%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5172700.860.470.8332.7375.8611.37
Hex3371B0562F5014d4cb
Octal6373301265712051511413
Binary1100111111101101010110101111101000010100110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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