#480424

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

Shades of Blackberry #480424

Tints of Blackberry #480424

Color information

#480424 (or 0x480424) is unknown color: approx Blackberry. HEX triplet: 48, 04 and 24. RGB value is (72,4,36). Sum of RGB (Red+Green+Blue) = 72+4+36=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480424 is #B7FBDB. Grayscale: #1B1B1B. Windows color (decimal): -12057564 or 2360392. OLE color: 2360392.

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

Color convert

RGB72436-
CMYK00.940.50.72
HSL331.76º89.47%14.9%-
HSV(B)331.76º94.44%28.24%-
XYZ3.031.591.82-
YUV27.98132.53159.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 4 (1.95% from 255) = 3.57%
BLUE value IS 36 (14.45% from 255) = 32.14%
R=64.29%
G=3.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7243600.940.50.72331.7689.4714.9
Hex4842405E324814c59f
Octal11044401366211051413117
Binary100100010010010001011110110010100100010100110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480424; }

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

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

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

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

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

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

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

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