#330622

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

Shades of Blackberry #330622

Tints of Blackberry #330622

Color information

#330622 (or 0x330622) is unknown color: approx Blackberry. HEX triplet: 33, 06 and 22. RGB value is (51,6,34). Sum of RGB (Red+Green+Blue) = 51+6+34=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #330622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330622 is #CCF9DD. Grayscale: #161616. Windows color (decimal): -13433310 or 2229811. OLE color: 2229811.

HSL color Cylindrical-coordinate representation of color #330622: hue angle of 322.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330622 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.8.

Color convert

RGB51634-
CMYK00.880.330.8
HSL322.67º78.95%11.18%-
HSV(B)322.67º88.24%20%-
XYZ1.720.951.61-
YUV22.65134.41148.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.04%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=56.04%
G=6.59%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5163400.880.330.8322.6778.9511.18
Hex3362205821501434fb
Octal6364201304112050311713
Binary11001111010001001011000100001101000010100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330622; }

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

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

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

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

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

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

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

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