#480539

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

Shades of Blackberry #480539

Tints of Blackberry #480539

Color information

#480539 (or 0x480539) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 39. RGB value is (72,5,57). Sum of RGB (Red+Green+Blue) = 72+5+57=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #480539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480539 is #B7FAC6. Grayscale: #1E1E1E. Windows color (decimal): -12057287 or 3736904. OLE color: 3736904.

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

Color convert

RGB72557-
CMYK00.930.210.72
HSL313.43º87.01%15.1%-
HSV(B)313.43º93.06%28.24%-
XYZ3.471.784.03-
YUV30.96142.7157.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 57 (22.66% from 255) = 42.54%
R=53.73%
G=3.73%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7255700.930.210.72313.4387.0115.1
Hex4853905D154813957f
Octal11057101352511047112717
Binary10010001011110010101110110101100100010011100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480539; }

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

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

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

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

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

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

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

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