#330520

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

Shades of Blackberry #330520

Tints of Blackberry #330520

Color information

#330520 (or 0x330520) is unknown color: approx Blackberry. HEX triplet: 33, 05 and 20. RGB value is (51,5,32). Sum of RGB (Red+Green+Blue) = 51+5+32=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #330520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330520 is #CCFADF. Grayscale: #151515. Windows color (decimal): -13433568 or 2098483. OLE color: 2098483.

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

Color convert

RGB51532-
CMYK00.900.370.8
HSL324.78º82.14%10.98%-
HSV(B)324.78º90.2%20%-
XYZ1.680.921.45-
YUV21.83133.74148.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=57.95%
G=5.68%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5153200.900.370.8324.7882.1410.98
Hex3352005A255014552b
Octal6354001324512050512213
Binary11001110110000001011010100101101000010100010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330520; }

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

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

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

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

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

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

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

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