Html Css Color HEX #48383F Barossa

📋 copy color: '#48383F'

red 72 ◦ green 56 ◦ blue 63

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

Shades of Barossa #48383F

Tints of Barossa #48383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.32%

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

R = 37.7%
G = 29.32%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48383F (or 0x48383F) is known color: Barossa. HEX triplet: 48, 38 and 3F. RGB value is (72,56,63). Sum of RGB (Red+Green+Blue) = 72+56+63=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #48383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48383F is #B7C7C0. Grayscale: #3D3D3D. Windows color (decimal): -12044225 or 4143176. OLE color: 4143176.

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

Color convert

RGB 72 56 63 -
CMYK 0 0.22 0.12 0.72
HSL 333.75º 0.13% 0.25% -
HSV(B) 333.75º 0.22% 0.28% -
XYZ 4.98 4.56 5.32 -
YUV 61.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 72 56 63 0 0.22 0.12 0.72 333.75 0.13 0.25
Hex 48 38 3F 0 16 C 48 14E C 19
Octal 110 70 77 0 26 14 110 516 14 31
Binary 1001000 111000 111111 0 10110 1100 1001000 101001110 1100 11001

Color Harmonies of #48383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48383F

Black with #48383F

Text Example


Text Example

White with #48383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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