#330522

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

Shades of Blackberry #330522

Tints of Blackberry #330522

Color information

#330522 (or 0x330522) is unknown color: approx Blackberry. HEX triplet: 33, 05 and 22. RGB value is (51,5,34). Sum of RGB (Red+Green+Blue) = 51+5+34=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #330522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330522 is #CCFADD. Grayscale: #151515. Windows color (decimal): -13433566 or 2229555. OLE color: 2229555.

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

Color convert

RGB51534-
CMYK00.900.330.8
HSL322.17º82.14%10.98%-
HSV(B)322.17º90.2%20%-
XYZ1.710.931.6-
YUV22.06134.74148.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.67%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 34 (13.67% from 255) = 37.78%
R=56.67%
G=5.56%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5153400.900.330.8322.1782.1410.98
Hex3352205A215014252b
Octal6354201324112050212213
Binary11001110110001001011010100001101000010100001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330522; }

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

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

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

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

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

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

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

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