Html Css Color HEX #48303C Barossa

📋 copy color: '#48303C'

red 72 ◦ green 48 ◦ blue 60

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

Shades of Barossa #48303C

Tints of Barossa #48303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.33%

R = 40%
G = 26.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48303C (or 0x48303C) is known color: Barossa. HEX triplet: 48, 30 and 3C. RGB value is (72,48,60). Sum of RGB (Red+Green+Blue) = 72+48+60=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #48303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48303C is #B7CFC3. Grayscale: #383838. Windows color (decimal): -12046276 or 3944520. OLE color: 3944520.

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

Color convert

RGB 72 48 60 -
CMYK 0 0.33 0.17 0.72
HSL 330º 0.2% 0.24% -
HSV(B) 330º 0.33% 0.28% -
XYZ 4.55 3.82 4.77 -
YUV 56.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 72 48 60 0 0.33 0.17 0.72 330 0.2 0.24
Hex 48 30 3C 0 21 11 48 14A 14 18
Octal 110 60 74 0 41 21 110 512 24 30
Binary 1001000 110000 111100 0 100001 10001 1001000 101001010 10100 11000

Color Harmonies of #48303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48303C

Black with #48303C

Text Example


Text Example

White with #48303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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