#480A37

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

Shades of Blackberry #480A37

Tints of Blackberry #480A37

Color information

#480A37 (or 0x480A37) is unknown color: approx Blackberry. HEX triplet: 48, 0A and 37. RGB value is (72,10,55). Sum of RGB (Red+Green+Blue) = 72+10+55=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #480A37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A37 is #B7F5C8. Grayscale: #212121. Windows color (decimal): -12056009 or 3607112. OLE color: 3607112.

HSL color Cylindrical-coordinate representation of color #480A37: hue angle of 316.45º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480A37 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB721055-
CMYK00.860.240.72
HSL316.45º75.61%16.08%-
HSV(B)316.45º86.11%28.24%-
XYZ3.471.873.79-
YUV33.67140.04155.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 10 (4.30% from 255) = 7.30%
BLUE value IS 55 (21.88% from 255) = 40.15%
R=52.55%
G=7.30%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72105500.860.240.72316.4575.6116.08
Hex48A37056184813c4c10
Octal110126701263011047411420
Binary1001000101011011101010110110001001000100111100100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480A37; }

 p { color: rgb(72,10,55); }

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

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

 a { background-color: rgb(72,10,55); }

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

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

 span { border-color: rgb(72,10,55); }

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