#480F2C

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

Shades of Blackberry #480F2C

Tints of Blackberry #480F2C

Color information

#480F2C (or 0x480F2C) is unknown color: approx Blackberry. HEX triplet: 48, 0F and 2C. RGB value is (72,15,44). Sum of RGB (Red+Green+Blue) = 72+15+44=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #480F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F2C is #B7F0D3. Grayscale: #232323. Windows color (decimal): -12054740 or 2887496. OLE color: 2887496.

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

Color convert

RGB721544-
CMYK00.790.390.72
HSL329.47º65.52%17.06%-
HSV(B)329.47º79.17%28.24%-
XYZ3.31.92.58-
YUV35.35132.88154.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 15 (6.25% from 255) = 11.45%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=54.96%
G=11.45%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72154400.790.390.72329.4765.5217.06
Hex48F2C04F27481494211
Octal110175401174711051110221
Binary10010001111101100010011111001111001000101001001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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