#330620

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

Shades of Blackberry #330620

Tints of Blackberry #330620

Color information

#330620 (or 0x330620) is unknown color: approx Blackberry. HEX triplet: 33, 06 and 20. RGB value is (51,6,32). Sum of RGB (Red+Green+Blue) = 51+6+32=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #330620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330620 is #CCF9DF. Grayscale: #161616. Windows color (decimal): -13433312 or 2098739. OLE color: 2098739.

HSL color Cylindrical-coordinate representation of color #330620: hue angle of 325.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330620 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB51632-
CMYK00.880.370.8
HSL325.33º78.95%11.18%-
HSV(B)325.33º88.24%20%-
XYZ1.690.941.46-
YUV22.42133.41148.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.30%
GREEN value IS 6 (2.73% from 255) = 6.74%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=57.30%
G=6.74%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5163200.880.370.8325.3378.9511.18
Hex3362005825501454fb
Octal6364001304512050511713
Binary11001111010000001011000100101101000010100010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330620; }

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

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

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

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

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

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

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

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