#330519

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

Shades of Blackberry #330519

Tints of Blackberry #330519

Color information

#330519 (or 0x330519) is unknown color: approx Blackberry. HEX triplet: 33, 05 and 19. RGB value is (51,5,25). Sum of RGB (Red+Green+Blue) = 51+5+25=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #330519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330519 is #CCFAE6. Grayscale: #151515. Windows color (decimal): -13433575 or 1639731. OLE color: 1639731.

HSL color Cylindrical-coordinate representation of color #330519: hue angle of 333.91º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330519 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB51525-
CMYK00.900.510.8
HSL333.91º82.14%10.98%-
HSV(B)333.91º90.2%20%-
XYZ1.590.881.01-
YUV21.03130.24149.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.96%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=62.96%
G=6.17%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5152500.900.510.8333.9182.1410.98
Hex3351905A335014e52b
Octal6353101326312051612213
Binary1100111011100101011010110011101000010100111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330519; }

 p { color: rgb(51,5,25); }

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

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

 a { background-color: rgb(51,5,25); }

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

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

 span { border-color: rgb(51,5,25); }

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