#330521

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

Shades of Blackberry #330521

Tints of Blackberry #330521

Color information

#330521 (or 0x330521) is unknown color: approx Blackberry. HEX triplet: 33, 05 and 21. RGB value is (51,5,33). Sum of RGB (Red+Green+Blue) = 51+5+33=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #330521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330521 is #CCFADE. Grayscale: #151515. Windows color (decimal): -13433567 or 2164019. OLE color: 2164019.

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

Color convert

RGB51533-
CMYK00.900.350.8
HSL323.48º82.14%10.98%-
HSV(B)323.48º90.2%20%-
XYZ1.690.921.53-
YUV21.95134.24148.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.30%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 33 (13.28% from 255) = 37.08%
R=57.30%
G=5.62%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5153300.900.350.8323.4882.1410.98
Hex3352105A235014352b
Octal6354101324312050312213
Binary11001110110000101011010100011101000010100001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330521; }

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

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

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

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

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

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

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

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