#48313E

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

Shades of Barossa #48313E

Tints of Barossa #48313E

Color information

#48313E (or 0x48313E) is unknown color: approx Barossa. HEX triplet: 48, 31 and 3E. RGB value is (72,49,62). Sum of RGB (Red+Green+Blue) = 72+49+62=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48313E is #B7CEC1. Grayscale: #393939. Windows color (decimal): -12046018 or 4075848. OLE color: 4075848.

HSL color Cylindrical-coordinate representation of color #48313E: hue angle of 326.09º 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 #48313E is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB724962-
CMYK00.320.140.72
HSL326.09º19.01%23.73%-
HSV(B)326.09º31.94%28.24%-
XYZ4.643.925.07-
YUV57.36130.62138.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=39.34%
G=26.78%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72496200.320.140.72326.0919.0123.73
Hex48313E020E481461318
Octal1106176040161105062330
Binary10010001100011111100100000111010010001010001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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