#481E37

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

Shades of Blackberry #481E37

Tints of Blackberry #481E37

Color information

#481E37 (or 0x481E37) is unknown color: approx Blackberry. HEX triplet: 48, 1E and 37. RGB value is (72,30,55). Sum of RGB (Red+Green+Blue) = 72+30+55=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E37 is #B7E1C8. Grayscale: #2D2D2D. Windows color (decimal): -12050889 or 3612232. OLE color: 3612232.

HSL color Cylindrical-coordinate representation of color #481E37: hue angle of 324.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E37 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB723055-
CMYK00.580.240.72
HSL324.29º41.18%20%-
HSV(B)324.29º58.33%28.24%-
XYZ3.832.583.91-
YUV45.41133.41146.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 55 (21.88% from 255) = 35.03%
R=45.86%
G=19.11%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72305500.580.240.72324.2941.1820
Hex481E3703A18481442914
Octal1103667072301105045124
Binary100100011110110111011101011000100100010100010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481E37; }

 p { color: rgb(72,30,55); }

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

<style>
 a { background-color: #481E37; }

 a { background-color: rgb(72,30,55); }

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

<style>
 span { border-color: #481E37; }

 span { border-color: rgb(72,30,55); }

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