#330518

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

Shades of Blackberry #330518

Tints of Blackberry #330518

Color information

#330518 (or 0x330518) is unknown color: approx Blackberry. HEX triplet: 33, 05 and 18. RGB value is (51,5,24). Sum of RGB (Red+Green+Blue) = 51+5+24=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #330518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330518 is #CCFAE7. Grayscale: #141414. Windows color (decimal): -13433576 or 1574195. OLE color: 1574195.

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

Color convert

RGB51524-
CMYK00.900.530.8
HSL335.22º82.14%10.98%-
HSV(B)335.22º90.2%20%-
XYZ1.580.880.95-
YUV20.92129.74149.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 63.75%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 24 (9.77% from 255) = 30%
R=63.75%
G=6.25%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5152400.900.530.8335.2282.1410.98
Hex3351805A355014f52b
Octal6353001326512051712213
Binary1100111011100001011010110101101000010100111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330518; }

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

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

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

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

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

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

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

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