Html Css Color HEX #48313C Barossa

📋 copy color: '#48313C'

red 72 ◦ green 49 ◦ blue 60

#48313C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #48313C

Tints of Barossa #48313C

RGB

 RED value IS 72 (28.52% from 255) = 39.78%

 GREEN value IS 49 (19.53% from 255) = 27.07%

 BLUE value IS 60 (23.83% from 255) = 33.15%

R = 39.78%
G = 27.07%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48313C (or 0x48313C) is known color: Barossa. HEX triplet: 48, 31 and 3C. RGB value is (72,49,60). Sum of RGB (Red+Green+Blue) = 72+49+60=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #48313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48313C is #B7CEC3. Grayscale: #393939. Windows color (decimal): -12046020 or 3944776. OLE color: 3944776.

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

Color convert

RGB 72 49 60 -
CMYK 0 0.32 0.17 0.72
HSL 331.3º 0.19% 0.24% -
HSV(B) 331.3º 0.32% 0.28% -
XYZ 4.59 3.9 4.79 -
YUV 57.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 72 49 60 0 0.32 0.17 0.72 331.3 0.19 0.24
Hex 48 31 3C 0 20 11 48 14B 13 18
Octal 110 61 74 0 40 21 110 513 23 30
Binary 1001000 110001 111100 0 100000 10001 1001000 101001011 10011 11000

Color Harmonies of #48313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48313C

Black with #48313C

Text Example


Text Example

White with #48313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48313C;
 }
 .AnyTagClassName
 {
   color: #48313C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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