#48303C

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

Shades of Barossa #48303C

Tints of Barossa #48303C

Color information

#48303C (or 0x48303C) is unknown color: approx Barossa. HEX triplet: 48, 30 and 3C. RGB value is (72,48,60). Sum of RGB (Red+Green+Blue) = 72+48+60=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #48303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48303C is #B7CFC3. Grayscale: #383838. Windows color (decimal): -12046276 or 3944520. OLE color: 3944520.

HSL color Cylindrical-coordinate representation of color #48303C: hue angle of 330º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48303C is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB724860-
CMYK00.330.170.72
HSL330º20%23.53%-
HSV(B)330º33.33%28.24%-
XYZ4.553.824.77-
YUV56.54129.95139.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 48 (19.14% from 255) = 26.67%
BLUE value IS 60 (23.83% from 255) = 33.33%
R=40%
G=26.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72486000.330.170.723302023.53
Hex48303C021114814a1418
Octal1106074041211105122430
Binary100100011000011110001000011000110010001010010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48303C; }

 p { color: rgb(72,48,60); }

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

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

 a { background-color: rgb(72,48,60); }

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

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

 span { border-color: rgb(72,48,60); }

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