#480F27

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

Shades of Blackberry #480F27

Tints of Blackberry #480F27

Color information

#480F27 (or 0x480F27) is unknown color: approx Blackberry. HEX triplet: 48, 0F and 27. RGB value is (72,15,39). Sum of RGB (Red+Green+Blue) = 72+15+39=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #480F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F27 is #B7F0D8. Grayscale: #222222. Windows color (decimal): -12054745 or 2559816. OLE color: 2559816.

HSL color Cylindrical-coordinate representation of color #480F27: hue angle of 334.74º 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 #480F27 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB721539-
CMYK00.790.460.72
HSL334.74º65.52%17.06%-
HSV(B)334.74º79.17%28.24%-
XYZ3.211.872.11-
YUV34.78130.38154.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 15 (6.25% from 255) = 11.90%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=57.14%
G=11.90%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72153900.790.460.72334.7465.5217.06
Hex48F2704F2E4814f4211
Octal110174701175611051710221
Binary10010001111100111010011111011101001000101001111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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