Html Css Color HEX #48313F Barossa

📋 copy color: '#48313F'

red 72 ◦ green 49 ◦ blue 63

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

Shades of Barossa #48313F

Tints of Barossa #48313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.24%

R = 39.13%
G = 26.63%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48313F (or 0x48313F) is known color: Barossa. HEX triplet: 48, 31 and 3F. RGB value is (72,49,63). Sum of RGB (Red+Green+Blue) = 72+49+63=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48313F is #B7CEC0. Grayscale: #393939. Windows color (decimal): -12046017 or 4141384. OLE color: 4141384.

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

Color convert

RGB 72 49 63 -
CMYK 0 0.32 0.12 0.72
HSL 323.48º 0.19% 0.24% -
HSV(B) 323.48º 0.32% 0.28% -
XYZ 4.67 3.93 5.22 -
YUV 57.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 72 49 63 0 0.32 0.12 0.72 323.48 0.19 0.24
Hex 48 31 3F 0 20 C 48 143 13 18
Octal 110 61 77 0 40 14 110 503 23 30
Binary 1001000 110001 111111 0 100000 1100 1001000 101000011 10011 11000

Color Harmonies of #48313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48313F

Black with #48313F

Text Example


Text Example

White with #48313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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