Html Css Color HEX #48303B Barossa

📋 copy color: '#48303B'

red 72 ◦ green 48 ◦ blue 59

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

Shades of Barossa #48303B

Tints of Barossa #48303B

RGB

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

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

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

R = 40.22%
G = 26.82%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48303B (or 0x48303B) is known color: Barossa. HEX triplet: 48, 30 and 3B. RGB value is (72,48,59). Sum of RGB (Red+Green+Blue) = 72+48+59=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #48303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48303B is #B7CFC4. Grayscale: #383838. Windows color (decimal): -12046277 or 3878984. OLE color: 3878984.

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

Color convert

RGB 72 48 59 -
CMYK 0 0.33 0.18 0.72
HSL 332.5º 0.2% 0.24% -
HSV(B) 332.5º 0.33% 0.28% -
XYZ 4.52 3.81 4.63 -
YUV 56.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 72 48 59 0 0.33 0.18 0.72 332.5 0.2 0.24
Hex 48 30 3B 0 21 12 48 14C 14 18
Octal 110 60 73 0 41 22 110 514 24 30
Binary 1001000 110000 111011 0 100001 10010 1001000 101001100 10100 11000

Color Harmonies of #48303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48303B

Black with #48303B

Text Example


Text Example

White with #48303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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