#480536

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

Shades of Blackberry #480536

Tints of Blackberry #480536

Color information

#480536 (or 0x480536) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 36. RGB value is (72,5,54). Sum of RGB (Red+Green+Blue) = 72+5+54=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #480536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480536 is #B7FAC9. Grayscale: #1E1E1E. Windows color (decimal): -12057290 or 3540296. OLE color: 3540296.

HSL color Cylindrical-coordinate representation of color #480536: hue angle of 316.12º 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 #480536 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB72554-
CMYK00.930.250.72
HSL316.12º87.01%15.1%-
HSV(B)316.12º93.06%28.24%-
XYZ3.391.753.65-
YUV30.62141.2157.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 54 (21.48% from 255) = 41.22%
R=54.96%
G=3.82%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7255400.930.250.72316.1287.0115.1
Hex4853605D194813c57f
Octal11056601353111047412717
Binary10010001011101100101110111001100100010011110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480536; }

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

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

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

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

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

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

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

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