#481E35

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

Shades of Blackberry #481E35

Tints of Blackberry #481E35

Color information

#481E35 (or 0x481E35) is unknown color: approx Blackberry. HEX triplet: 48, 1E and 35. RGB value is (72,30,53). Sum of RGB (Red+Green+Blue) = 72+30+53=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #481E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E35 is #B7E1CA. Grayscale: #2D2D2D. Windows color (decimal): -12050891 or 3481160. OLE color: 3481160.

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

Color convert

RGB723053-
CMYK00.580.260.72
HSL327.14º41.18%20%-
HSV(B)327.14º58.33%28.24%-
XYZ3.782.563.66-
YUV45.18132.41147.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 53 (21.09% from 255) = 34.19%
R=46.45%
G=19.35%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72305300.580.260.72327.1441.1820
Hex481E3503A1A481472914
Octal1103665072321105075124
Binary100100011110110101011101011010100100010100011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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