#480724

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

Shades of Blackberry #480724

Tints of Blackberry #480724

Color information

#480724 (or 0x480724) is unknown color: approx Blackberry. HEX triplet: 48, 07 and 24. RGB value is (72,7,36). Sum of RGB (Red+Green+Blue) = 72+7+36=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #480724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480724 is #B7F8DB. Grayscale: #1D1D1D. Windows color (decimal): -12056796 or 2361160. OLE color: 2361160.

HSL color Cylindrical-coordinate representation of color #480724: hue angle of 333.23º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480724 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB72736-
CMYK00.900.50.72
HSL333.23º82.28%15.49%-
HSV(B)333.23º90.28%28.24%-
XYZ3.071.661.83-
YUV29.74131.53158.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=62.61%
G=6.09%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7273600.900.50.72333.2382.2815.49
Hex4872405A324814d52f
Octal11074401326211051512217
Binary100100011110010001011010110010100100010100110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480724; }

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

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

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

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

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

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

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

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