#482138

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

Shades of Blackberry #482138

Tints of Blackberry #482138

Color information

#482138 (or 0x482138) is unknown color: approx Blackberry. HEX triplet: 48, 21 and 38. RGB value is (72,33,56). Sum of RGB (Red+Green+Blue) = 72+33+56=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482138 is #B7DEC7. Grayscale: #2F2F2F. Windows color (decimal): -12050120 or 3678536. OLE color: 3678536.

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

Color convert

RGB723356-
CMYK00.540.220.72
HSL324.62º37.14%20.59%-
HSV(B)324.62º54.17%28.24%-
XYZ3.932.754.07-
YUV47.28132.92145.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=44.72%
G=20.50%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72335600.540.220.72324.6237.1420.59
Hex48213803616481452515
Octal1104170066261105054525
Binary1001000100001111000011011010110100100010100010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482138; }

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

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

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

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

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

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

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

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