Html Css Color HEX #48303A Barossa

📋 copy color: '#48303A'

red 72 ◦ green 48 ◦ blue 58

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

Shades of Barossa #48303A

Tints of Barossa #48303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 40.45%
G = 26.97%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48303A (or 0x48303A) is known color: Barossa. HEX triplet: 48, 30 and 3A. RGB value is (72,48,58). Sum of RGB (Red+Green+Blue) = 72+48+58=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #48303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48303A is #B7CFC5. Grayscale: #383838. Windows color (decimal): -12046278 or 3813448. OLE color: 3813448.

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

Color convert

RGB 72 48 58 -
CMYK 0 0.33 0.19 0.72
HSL 335º 0.2% 0.24% -
HSV(B) 335º 0.33% 0.28% -
XYZ 4.49 3.8 4.5 -
YUV 56.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 72 48 58 0 0.33 0.19 0.72 335 0.2 0.24
Hex 48 30 3A 0 21 13 48 14F 14 18
Octal 110 60 72 0 41 23 110 517 24 30
Binary 1001000 110000 111010 0 100001 10011 1001000 101001111 10100 11000

Color Harmonies of #48303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48303A

Black with #48303A

Text Example


Text Example

White with #48303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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