#330821

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

Shades of Blackberry #330821

Tints of Blackberry #330821

Color information

#330821 (or 0x330821) is unknown color: approx Blackberry. HEX triplet: 33, 08 and 21. RGB value is (51,8,33). Sum of RGB (Red+Green+Blue) = 51+8+33=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #330821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330821 is #CCF7DE. Grayscale: #171717. Windows color (decimal): -13432799 or 2164787. OLE color: 2164787.

HSL color Cylindrical-coordinate representation of color #330821: hue angle of 325.12º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330821 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB51833-
CMYK00.840.350.8
HSL325.12º72.88%11.57%-
HSV(B)325.12º84.31%20%-
XYZ1.730.991.54-
YUV23.71133.25147.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 33 (13.28% from 255) = 35.87%
R=55.43%
G=8.70%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5183300.840.350.8325.1272.8811.57
Hex33821054235014549c
Octal63104101244312050511114
Binary110011100010000101010100100011101000010100010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330821; }

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

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

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

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

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

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

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

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