#330719

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

Shades of Blackberry #330719

Tints of Blackberry #330719

Color information

#330719 (or 0x330719) is unknown color: approx Blackberry. HEX triplet: 33, 07 and 19. RGB value is (51,7,25). Sum of RGB (Red+Green+Blue) = 51+7+25=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #330719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330719 is #CCF8E6. Grayscale: #161616. Windows color (decimal): -13433063 or 1640243. OLE color: 1640243.

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

Color convert

RGB51725-
CMYK00.860.510.8
HSL335.45º75.86%11.37%-
HSV(B)335.45º86.27%20%-
XYZ1.620.931.01-
YUV22.21129.58148.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 7 (3.12% from 255) = 8.43%
BLUE value IS 25 (10.16% from 255) = 30.12%
R=61.45%
G=8.43%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5172500.860.510.8335.4575.8611.37
Hex33719056335014f4cb
Octal6373101266312051711413
Binary1100111111100101010110110011101000010100111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330719; }

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

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

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

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

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

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

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

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