#330820

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

Shades of Blackberry #330820

Tints of Blackberry #330820

Color information

#330820 (or 0x330820) is unknown color: approx Blackberry. HEX triplet: 33, 08 and 20. RGB value is (51,8,32). Sum of RGB (Red+Green+Blue) = 51+8+32=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #330820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330820 is #CCF7DF. Grayscale: #171717. Windows color (decimal): -13432800 or 2099251. OLE color: 2099251.

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

Color convert

RGB51832-
CMYK00.840.370.8
HSL326.51º72.88%11.57%-
HSV(B)326.51º84.31%20%-
XYZ1.710.981.47-
YUV23.59132.75147.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.04%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 32 (12.89% from 255) = 35.16%
R=56.04%
G=8.79%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5183200.840.370.8326.5172.8811.57
Hex33820054255014749c
Octal63104001244512050711114
Binary110011100010000001010100100101101000010100011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330820; }

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

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

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

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

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

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

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

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