Html Css Color HEX #48313B Barossa

📋 copy color: '#48313B'

red 72 ◦ green 49 ◦ blue 59

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

Shades of Barossa #48313B

Tints of Barossa #48313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 40%
G = 27.22%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48313B (or 0x48313B) is known color: Barossa. HEX triplet: 48, 31 and 3B. RGB value is (72,49,59). Sum of RGB (Red+Green+Blue) = 72+49+59=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #48313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48313B is #B7CEC4. Grayscale: #393939. Windows color (decimal): -12046021 or 3879240. OLE color: 3879240.

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

Color convert

RGB 72 49 59 -
CMYK 0 0.32 0.18 0.72
HSL 333.91º 0.19% 0.24% -
HSV(B) 333.91º 0.32% 0.28% -
XYZ 4.56 3.89 4.65 -
YUV 57.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 72 49 59 0 0.32 0.18 0.72 333.91 0.19 0.24
Hex 48 31 3B 0 20 12 48 14E 13 18
Octal 110 61 73 0 40 22 110 516 23 30
Binary 1001000 110001 111011 0 100000 10010 1001000 101001110 10011 11000

Color Harmonies of #48313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48313B

Black with #48313B

Text Example


Text Example

White with #48313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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