#480836

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

Shades of Blackberry #480836

Tints of Blackberry #480836

Color information

#480836 (or 0x480836) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 36. RGB value is (72,8,54). Sum of RGB (Red+Green+Blue) = 72+8+54=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #480836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480836 is #B7F7C9. Grayscale: #202020. Windows color (decimal): -12056522 or 3541064. OLE color: 3541064.

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

Color convert

RGB72854-
CMYK00.890.250.72
HSL316.88º80%15.69%-
HSV(B)316.88º88.89%28.24%-
XYZ3.431.823.66-
YUV32.38140.2156.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=53.73%
G=5.97%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7285400.890.250.72316.888015.69
Hex48836059194813d5010
Octal110106601313111047512020
Binary1001000100011011001011001110011001000100111101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480836; }

 p { color: rgb(72,8,54); }

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

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

 a { background-color: rgb(72,8,54); }

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

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

 span { border-color: rgb(72,8,54); }

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