#48313A

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

Shades of Barossa #48313A

Tints of Barossa #48313A

Color information

#48313A (or 0x48313A) is unknown color: approx Barossa. HEX triplet: 48, 31 and 3A. RGB value is (72,49,58). Sum of RGB (Red+Green+Blue) = 72+49+58=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #48313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48313A is #B7CEC5. Grayscale: #383838. Windows color (decimal): -12046022 or 3813704. OLE color: 3813704.

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

Color convert

RGB724958-
CMYK00.320.190.72
HSL336.52º19.01%23.73%-
HSV(B)336.52º31.94%28.24%-
XYZ4.533.884.51-
YUV56.9128.62138.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=40.22%
G=27.37%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72495800.320.190.72336.5219.0123.73
Hex48313A02013481511318
Octal1106172040231105212330
Binary100100011000111101001000001001110010001010100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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