#480B24

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

Shades of Blackberry #480B24

Tints of Blackberry #480B24

Color information

#480B24 (or 0x480B24) is unknown color: approx Blackberry. HEX triplet: 48, 0B and 24. RGB value is (72,11,36). Sum of RGB (Red+Green+Blue) = 72+11+36=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #480B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B24 is #B7F4DB. Grayscale: #202020. Windows color (decimal): -12055772 or 2362184. OLE color: 2362184.

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

Color convert

RGB721136-
CMYK00.850.50.72
HSL335.41º73.49%16.27%-
HSV(B)335.41º84.72%28.24%-
XYZ3.111.741.84-
YUV32.09130.21156.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60.50%
GREEN value IS 11 (4.69% from 255) = 9.24%
BLUE value IS 36 (14.45% from 255) = 30.25%
R=60.50%
G=9.24%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72113600.850.50.72335.4173.4916.27
Hex48B24055324814f4910
Octal110134401256211051711120
Binary10010001011100100010101011100101001000101001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480B24; }

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

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

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

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

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

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

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

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