#48313B

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

Shades of Barossa #48313B

Tints of Barossa #48313B

Color information

#48313B (or 0x48313B) is unknown color: approx Barossa. HEX triplet: 48, 31 and 3B. RGB value is (72,49,59). Sum of RGB (Red+Green+Blue) = 72+49+59=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #48313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48313B is #B7CEC4. Grayscale: #393939. Windows color (decimal): -12046021 or 3879240. OLE color: 3879240.

HSL color Cylindrical-coordinate representation of color #48313B: hue angle of 333.91º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #48313B is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB724959-
CMYK00.320.180.72
HSL333.91º19.01%23.73%-
HSV(B)333.91º31.94%28.24%-
XYZ4.563.894.65-
YUV57.02129.12138.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=40%
G=27.22%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72495900.320.180.72333.9119.0123.73
Hex48313B020124814e1318
Octal1106173040221105162330
Binary100100011000111101101000001001010010001010011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48313B; }

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

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

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

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

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

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

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

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