#480024

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

Shades of Blackberry #480024

Tints of Blackberry #480024

Color information

#480024 (or 0x480024) is unknown color: approx Blackberry. HEX triplet: 48, 00 and 24. RGB value is (72,0,36). Sum of RGB (Red+Green+Blue) = 72+0+36=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #480024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480024 is #B7FFDB. Grayscale: #191919. Windows color (decimal): -12058588 or 2359368. OLE color: 2359368.

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

Color convert

RGB72036-
CMYK010.50.72
HSL330º100%14.12%-
HSV(B)330º100%28.24%-
XYZ2.991.511.8-
YUV25.63133.85161.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72036010.50.7233010014.12
Hex48024064324814a64e
Octal11004401446211051214416
Binary1001000010010001100100110010100100010100101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480024; }

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

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

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

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

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

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

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

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