#480928

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

Shades of Blackberry #480928

Tints of Blackberry #480928

Color information

#480928 (or 0x480928) is unknown color: approx Blackberry. HEX triplet: 48, 09 and 28. RGB value is (72,9,40). Sum of RGB (Red+Green+Blue) = 72+9+40=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #480928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480928 is #B7F6D7. Grayscale: #1F1F1F. Windows color (decimal): -12056280 or 2623816. OLE color: 2623816.

HSL color Cylindrical-coordinate representation of color #480928: hue angle of 330.48º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480928 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB72940-
CMYK00.880.440.72
HSL330.48º77.78%15.88%-
HSV(B)330.48º87.5%28.24%-
XYZ3.151.732.17-
YUV31.37132.87156.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=59.50%
G=7.44%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7294000.880.440.72330.4877.7815.88
Hex489280582C4814a4e10
Octal110115001305411051211620
Binary10010001001101000010110001011001001000101001010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480928; }

 p { color: rgb(72,9,40); }

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

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

 a { background-color: rgb(72,9,40); }

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

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

 span { border-color: rgb(72,9,40); }

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