#481E38

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

Shades of Blackberry #481E38

Tints of Blackberry #481E38

Color information

#481E38 (or 0x481E38) is unknown color: approx Blackberry. HEX triplet: 48, 1E and 38. RGB value is (72,30,56). Sum of RGB (Red+Green+Blue) = 72+30+56=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E38 is #B7E1C7. Grayscale: #2D2D2D. Windows color (decimal): -12050888 or 3677768. OLE color: 3677768.

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

Color convert

RGB723056-
CMYK00.580.220.72
HSL322.86º41.18%20%-
HSV(B)322.86º58.33%28.24%-
XYZ3.852.594.04-
YUV45.52133.91146.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=45.57%
G=18.99%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72305600.580.220.72322.8641.1820
Hex481E3803A16481432914
Octal1103670072261105035124
Binary100100011110111000011101010110100100010100001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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