#480F3C

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

Shades of Blackberry #480F3C

Tints of Blackberry #480F3C

Color information

#480F3C (or 0x480F3C) is unknown color: approx Blackberry. HEX triplet: 48, 0F and 3C. RGB value is (72,15,60). Sum of RGB (Red+Green+Blue) = 72+15+60=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #480F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F3C is #B7F0C3. Grayscale: #252525. Windows color (decimal): -12054724 or 3936072. OLE color: 3936072.

HSL color Cylindrical-coordinate representation of color #480F3C: hue angle of 312.63º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #480F3C is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB721560-
CMYK00.790.170.72
HSL312.63º65.52%17.06%-
HSV(B)312.63º79.17%28.24%-
XYZ3.662.054.48-
YUV37.17140.88152.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 15 (6.25% from 255) = 10.20%
BLUE value IS 60 (23.83% from 255) = 40.82%
R=48.98%
G=10.20%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72156000.790.170.72312.6365.5217.06
Hex48F3C04F11481394211
Octal110177401172111047110221
Binary1001000111111110001001111100011001000100111001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,15,60); }

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

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

 a { background-color: rgb(72,15,60); }

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

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

 span { border-color: rgb(72,15,60); }

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