Html Css Color HEX #48353B Barossa

📋 copy color: '#48353B'

red 72 ◦ green 53 ◦ blue 59

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

Shades of Barossa #48353B

Tints of Barossa #48353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

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

R = 39.13%
G = 28.8%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48353B (or 0x48353B) is known color: Barossa. HEX triplet: 48, 35 and 3B. RGB value is (72,53,59). Sum of RGB (Red+Green+Blue) = 72+53+59=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48353B is #B7CAC4. Grayscale: #3B3B3B. Windows color (decimal): -12044997 or 3880264. OLE color: 3880264.

HSL color Cylindrical-coordinate representation of color #48353B: hue angle of 341.05º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #48353B is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 59 -
CMYK 0 0.26 0.18 0.72
HSL 341.05º 0.15% 0.25% -
HSV(B) 341.05º 0.26% 0.28% -
XYZ 4.74 4.24 4.71 -
YUV 59.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 72 53 59 0 0.26 0.18 0.72 341.05 0.15 0.25
Hex 48 35 3B 0 1A 12 48 155 F 19
Octal 110 65 73 0 32 22 110 525 17 31
Binary 1001000 110101 111011 0 11010 10010 1001000 101010101 1111 11001

Color Harmonies of #48353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48353B

Black with #48353B

Text Example


Text Example

White with #48353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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