#330828

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

Shades of Blackberry #330828

Tints of Blackberry #330828

Color information

#330828 (or 0x330828) is unknown color: approx Blackberry. HEX triplet: 33, 08 and 28. RGB value is (51,8,40). Sum of RGB (Red+Green+Blue) = 51+8+40=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #330828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330828 is #CCF7D7. Grayscale: #181818. Windows color (decimal): -13432792 or 2623539. OLE color: 2623539.

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

Color convert

RGB51840-
CMYK00.840.220.8
HSL315.35º72.88%11.57%-
HSV(B)315.35º84.31%20%-
XYZ1.841.032.11-
YUV24.51136.75146.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=51.52%
G=8.08%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5184000.840.220.8315.3572.8811.57
Hex33828054165013b49c
Octal63105001242612047311114
Binary11001110001010000101010010110101000010011101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330828; }

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

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

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

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

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

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

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

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