#480E27

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

Shades of Blackberry #480E27

Tints of Blackberry #480E27

Color information

#480E27 (or 0x480E27) is unknown color: approx Blackberry. HEX triplet: 48, 0E and 27. RGB value is (72,14,39). Sum of RGB (Red+Green+Blue) = 72+14+39=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #480E27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480E27 is #B7F1D8. Grayscale: #222222. Windows color (decimal): -12055001 or 2559560. OLE color: 2559560.

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

Color convert

RGB721439-
CMYK00.810.460.72
HSL334.14º67.44%16.86%-
HSV(B)334.14º80.56%28.24%-
XYZ3.21.842.11-
YUV34.19130.72154.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 14 (5.86% from 255) = 11.2%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=57.6%
G=11.2%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72143900.810.460.72334.1467.4416.86
Hex48E270512E4814e4311
Octal110164701215611051610321
Binary10010001110100111010100011011101001000101001110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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