#480524

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

Shades of Blackberry #480524

Tints of Blackberry #480524

Color information

#480524 (or 0x480524) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 24. RGB value is (72,5,36). Sum of RGB (Red+Green+Blue) = 72+5+36=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480524 is #B7FADB. Grayscale: #1C1C1C. Windows color (decimal): -12057308 or 2360648. OLE color: 2360648.

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

Color convert

RGB72536-
CMYK00.930.50.72
HSL332.24º87.01%15.1%-
HSV(B)332.24º93.06%28.24%-
XYZ3.051.611.82-
YUV28.57132.2158.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=63.72%
G=4.42%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7253600.930.50.72332.2487.0115.1
Hex4852405D324814c57f
Octal11054401356211051412717
Binary100100010110010001011101110010100100010100110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480524; }

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

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

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

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

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

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

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

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