#481E3B

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

Shades of Blackberry #481E3B

Tints of Blackberry #481E3B

Color information

#481E3B (or 0x481E3B) is unknown color: approx Blackberry. HEX triplet: 48, 1E and 3B. RGB value is (72,30,59). Sum of RGB (Red+Green+Blue) = 72+30+59=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E3B is #B7E1C4. Grayscale: #2D2D2D. Windows color (decimal): -12050885 or 3874376. OLE color: 3874376.

HSL color Cylindrical-coordinate representation of color #481E3B: hue angle of 318.57º 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 #481E3B is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB723059-
CMYK00.580.180.72
HSL318.57º41.18%20%-
HSV(B)318.57º58.33%28.24%-
XYZ3.932.624.44-
YUV45.86135.41146.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=44.72%
G=18.63%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72305900.580.180.72318.5741.1820
Hex481E3B03A124813f2914
Octal1103673072221104775124
Binary100100011110111011011101010010100100010011111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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