#330321

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

Shades of Blackberry #330321

Tints of Blackberry #330321

Color information

#330321 (or 0x330321) is unknown color: approx Blackberry. HEX triplet: 33, 03 and 21. RGB value is (51,3,33). Sum of RGB (Red+Green+Blue) = 51+3+33=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #330321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330321 is #CCFCDE. Grayscale: #141414. Windows color (decimal): -13434079 or 2163507. OLE color: 2163507.

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

Color convert

RGB51333-
CMYK00.940.350.8
HSL322.5º88.89%10.59%-
HSV(B)322.5º94.12%20%-
XYZ1.670.881.52-
YUV20.77134.9149.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 58.62%
GREEN value IS 3 (1.56% from 255) = 3.45%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=58.62%
G=3.45%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5133300.940.350.8322.588.8910.59
Hex3332105E235014259b
Octal6334101364312050213113
Binary1100111110000101011110100011101000010100001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330321; }

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

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

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

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

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

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

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

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