Html Css Color HEX #48323F Barossa

📋 copy color: '#48323F'

red 72 ◦ green 50 ◦ blue 63

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

Shades of Barossa #48323F

Tints of Barossa #48323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

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

R = 38.92%
G = 27.03%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48323F (or 0x48323F) is known color: Barossa. HEX triplet: 48, 32 and 3F. RGB value is (72,50,63). Sum of RGB (Red+Green+Blue) = 72+50+63=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #48323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48323F is #B7CDC0. Grayscale: #3A3A3A. Windows color (decimal): -12045761 or 4141640. OLE color: 4141640.

HSL color Cylindrical-coordinate representation of color #48323F: hue angle of 324.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48323F is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 63 -
CMYK 0 0.31 0.12 0.72
HSL 324.55º 0.18% 0.24% -
HSV(B) 324.55º 0.31% 0.28% -
XYZ 4.71 4.02 5.23 -
YUV 58.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 72 50 63 0 0.31 0.12 0.72 324.55 0.18 0.24
Hex 48 32 3F 0 1F C 48 145 12 18
Octal 110 62 77 0 37 14 110 505 22 30
Binary 1001000 110010 111111 0 11111 1100 1001000 101000101 10010 11000

Color Harmonies of #48323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48323F

Black with #48323F

Text Example


Text Example

White with #48323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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