Html Css Color HEX #48303D Barossa

📋 copy color: '#48303D'

red 72 ◦ green 48 ◦ blue 61

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

Shades of Barossa #48303D

Tints of Barossa #48303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.52%

 BLUE value IS 61 (24.22% from 255) = 33.7%

R = 39.78%
G = 26.52%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48303D (or 0x48303D) is known color: Barossa. HEX triplet: 48, 30 and 3D. RGB value is (72,48,61). Sum of RGB (Red+Green+Blue) = 72+48+61=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #48303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48303D is #B7CFC2. Grayscale: #383838. Windows color (decimal): -12046275 or 4010056. OLE color: 4010056.

HSL color Cylindrical-coordinate representation of color #48303D: hue angle of 327.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48303D is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 61 -
CMYK 0 0.33 0.15 0.72
HSL 327.5º 0.2% 0.24% -
HSV(B) 327.5º 0.33% 0.28% -
XYZ 4.57 3.83 4.91 -
YUV 56.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 72 48 61 0 0.33 0.15 0.72 327.5 0.2 0.24
Hex 48 30 3D 0 21 F 48 148 14 18
Octal 110 60 75 0 41 17 110 510 24 30
Binary 1001000 110000 111101 0 100001 1111 1001000 101001000 10100 11000

Color Harmonies of #48303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48303D

Black with #48303D

Text Example


Text Example

White with #48303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48303D; }

 p { color: rgb(72,48,61); }

 H1.HeaderClassName
 {
   color: #48303D;
 }
 .AnyTagClassName
 {
   color: #48303D;
 }
</style>

background-color css

<style>
 a { background-color: #48303D; }

 a { background-color: rgb(72,48,61); }

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

border-color css

<style>
 span { border-color: #48303D; }

 span { border-color: rgb(72,48,61); }

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