#480537

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

Shades of Blackberry #480537

Tints of Blackberry #480537

Color information

#480537 (or 0x480537) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 37. RGB value is (72,5,55). Sum of RGB (Red+Green+Blue) = 72+5+55=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #480537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480537 is #B7FAC8. Grayscale: #1E1E1E. Windows color (decimal): -12057289 or 3605832. OLE color: 3605832.

HSL color Cylindrical-coordinate representation of color #480537: hue angle of 315.22º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480537 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB72555-
CMYK00.930.240.72
HSL315.22º87.01%15.1%-
HSV(B)315.22º93.06%28.24%-
XYZ3.421.763.77-
YUV30.73141.7157.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 55 (21.88% from 255) = 41.67%
R=54.55%
G=3.79%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7255500.930.240.72315.2287.0115.1
Hex4853705D184813b57f
Octal11056701353011047312717
Binary10010001011101110101110111000100100010011101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480537; }

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

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

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

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

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

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

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

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