#480124

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

Shades of Blackberry #480124

Tints of Blackberry #480124

Color information

#480124 (or 0x480124) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 24. RGB value is (72,1,36). Sum of RGB (Red+Green+Blue) = 72+1+36=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #480124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480124 is #B7FEDB. Grayscale: #1A1A1A. Windows color (decimal): -12058332 or 2359624. OLE color: 2359624.

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

Color convert

RGB72136-
CMYK00.990.50.72
HSL330.42º97.26%14.31%-
HSV(B)330.42º98.61%28.24%-
XYZ31.531.81-
YUV26.22133.52160.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.06%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=66.06%
G=0.92%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7213600.990.50.72330.4297.2614.31
Hex48124063324814a61e
Octal11014401436211051214116
Binary1001000110010001100011110010100100010100101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480124; }

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

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

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

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

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

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

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

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