#482139

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

Shades of Blackberry #482139

Tints of Blackberry #482139

Color information

#482139 (or 0x482139) is unknown color: approx Blackberry. HEX triplet: 48, 21 and 39. RGB value is (72,33,57). Sum of RGB (Red+Green+Blue) = 72+33+57=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #482139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482139 is #B7DEC6. Grayscale: #2F2F2F. Windows color (decimal): -12050119 or 3744072. OLE color: 3744072.

HSL color Cylindrical-coordinate representation of color #482139: hue angle of 323.08º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482139 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB723357-
CMYK00.540.210.72
HSL323.08º37.14%20.59%-
HSV(B)323.08º54.17%28.24%-
XYZ3.952.764.2-
YUV47.4133.42145.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=44.44%
G=20.37%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72335700.540.210.72323.0837.1420.59
Hex48213903615481432515
Octal1104171066251105034525
Binary1001000100001111001011011010101100100010100001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482139; }

 p { color: rgb(72,33,57); }

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

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

 a { background-color: rgb(72,33,57); }

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

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

 span { border-color: rgb(72,33,57); }

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