Html Css Color HEX #48303E Barossa

📋 copy color: '#48303E'

red 72 ◦ green 48 ◦ blue 62

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

Shades of Barossa #48303E

Tints of Barossa #48303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.07%

R = 39.56%
G = 26.37%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48303E (or 0x48303E) is known color: Barossa. HEX triplet: 48, 30 and 3E. RGB value is (72,48,62). Sum of RGB (Red+Green+Blue) = 72+48+62=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #48303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48303E is #B7CFC1. Grayscale: #383838. Windows color (decimal): -12046274 or 4075592. OLE color: 4075592.

HSL color Cylindrical-coordinate representation of color #48303E: hue angle of 325º 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 #48303E is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 62 -
CMYK 0 0.33 0.14 0.72
HSL 325º 0.2% 0.24% -
HSV(B) 325º 0.33% 0.28% -
XYZ 4.6 3.84 5.06 -
YUV 56.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 72 48 62 0 0.33 0.14 0.72 325 0.2 0.24
Hex 48 30 3E 0 21 E 48 145 14 18
Octal 110 60 76 0 41 16 110 505 24 30
Binary 1001000 110000 111110 0 100001 1110 1001000 101000101 10100 11000

Color Harmonies of #48303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48303E

Black with #48303E

Text Example


Text Example

White with #48303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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