#48293B

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

Shades of Barossa #48293B

Tints of Barossa #48293B

Color information

#48293B (or 0x48293B) is unknown color: approx Barossa. HEX triplet: 48, 29 and 3B. RGB value is (72,41,59). Sum of RGB (Red+Green+Blue) = 72+41+59=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48293B is #B7D6C4. Grayscale: #343434. Windows color (decimal): -12048069 or 3877192. OLE color: 3877192.

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

Color convert

RGB724159-
CMYK00.430.180.72
HSL325.16º27.43%22.16%-
HSV(B)325.16º43.06%28.24%-
XYZ4.253.284.55-
YUV52.32131.77142.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 59 (23.44% from 255) = 34.30%
R=41.86%
G=23.84%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72415900.430.180.72325.1627.4322.16
Hex48293B02B12481451b16
Octal1105173053221105053326
Binary100100010100111101101010111001010010001010001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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