#480E2F

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

Shades of Blackberry #480E2F

Tints of Blackberry #480E2F

Color information

#480E2F (or 0x480E2F) is unknown color: approx Blackberry. HEX triplet: 48, 0E and 2F. RGB value is (72,14,47). Sum of RGB (Red+Green+Blue) = 72+14+47=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #480E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480E2F is #B7F1D0. Grayscale: #232323. Windows color (decimal): -12054993 or 3083848. OLE color: 3083848.

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

Color convert

RGB721447-
CMYK00.810.350.72
HSL325.86º67.44%16.86%-
HSV(B)325.86º80.56%28.24%-
XYZ3.341.92.88-
YUV35.1134.72154.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 14 (5.86% from 255) = 10.53%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=54.14%
G=10.53%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72144700.810.350.72325.8667.4416.86
Hex48E2F05123481464311
Octal110165701214311050610321
Binary10010001110101111010100011000111001000101000110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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