#330720

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

Shades of Blackberry #330720

Tints of Blackberry #330720

Color information

#330720 (or 0x330720) is unknown color: approx Blackberry. HEX triplet: 33, 07 and 20. RGB value is (51,7,32). Sum of RGB (Red+Green+Blue) = 51+7+32=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #330720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330720 is #CCF8DF. Grayscale: #161616. Windows color (decimal): -13433056 or 2098995. OLE color: 2098995.

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

Color convert

RGB51732-
CMYK00.860.370.8
HSL325.91º75.86%11.37%-
HSV(B)325.91º86.27%20%-
XYZ1.70.961.46-
YUV23.01133.08147.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.67%
GREEN value IS 7 (3.12% from 255) = 7.78%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=56.67%
G=7.78%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5173200.860.370.8325.9175.8611.37
Hex3372005625501464cb
Octal6374001264512050611413
Binary11001111110000001010110100101101000010100011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330720; }

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

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

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

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

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

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

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

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