#330322

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

Shades of Blackberry #330322

Tints of Blackberry #330322

Color information

#330322 (or 0x330322) is unknown color: approx Blackberry. HEX triplet: 33, 03 and 22. RGB value is (51,3,34). Sum of RGB (Red+Green+Blue) = 51+3+34=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #330322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330322 is #CCFCDD. Grayscale: #141414. Windows color (decimal): -13434078 or 2229043. OLE color: 2229043.

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

Color convert

RGB51334-
CMYK00.940.330.8
HSL321.25º88.89%10.59%-
HSV(B)321.25º94.12%20%-
XYZ1.690.881.6-
YUV20.89135.4149.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 34 (13.67% from 255) = 38.64%
R=57.95%
G=3.41%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5133400.940.330.8321.2588.8910.59
Hex3332205E215014159b
Octal6334201364112050113113
Binary1100111110001001011110100001101000010100000110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330322; }

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

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

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

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

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

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

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

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