#33071C

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

Shades of Blackberry #33071C

Tints of Blackberry #33071C

Color information

#33071C (or 0x33071C) is unknown color: approx Blackberry. HEX triplet: 33, 07 and 1C. RGB value is (51,7,28). Sum of RGB (Red+Green+Blue) = 51+7+28=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #33071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33071C is #CCF8E3. Grayscale: #161616. Windows color (decimal): -13433060 or 1836851. OLE color: 1836851.

HSL color Cylindrical-coordinate representation of color #33071C: hue angle of 331.36º 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 #33071C is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB51728-
CMYK00.860.450.8
HSL331.36º75.86%11.37%-
HSV(B)331.36º86.27%20%-
XYZ1.650.941.19-
YUV22.55131.08148.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=59.30%
G=8.14%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5172800.860.450.8331.3675.8611.37
Hex3371C0562D5014b4cb
Octal6373401265512051311413
Binary1100111111110001010110101101101000010100101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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