Html Css Color HEX #393035 Barossa

📋 copy color: '#393035'

red 57 ◦ green 48 ◦ blue 53

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

Shades of Barossa #393035

Tints of Barossa #393035

RGB

 RED value IS 57 (22.66% from 255) = 36.08%

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

 BLUE value IS 53 (21.09% from 255) = 33.54%

R = 36.08%
G = 30.38%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#393035 (or 0x393035) is known color: Barossa. HEX triplet: 39, 30 and 35. RGB value is (57,48,53). Sum of RGB (Red+Green+Blue) = 57+48+53=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #393035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393035 is #C6CFCA. Grayscale: #333333. Windows color (decimal): -13029323 or 3485753. OLE color: 3485753.

HSL color Cylindrical-coordinate representation of color #393035: hue angle of 326.67º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #393035 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 48 53 -
CMYK 0 0.16 0.07 0.78
HSL 326.67º 0.09% 0.21% -
HSV(B) 326.67º 0.16% 0.22% -
XYZ 3.39 3.24 3.82 -
YUV 51.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 57 48 53 0 0.16 0.07 0.78 326.67 0.09 0.21
Hex 39 30 35 0 10 7 4E 147 9 15
Octal 71 60 65 0 20 7 116 507 11 25
Binary 111001 110000 110101 0 10000 111 1001110 101000111 1001 10101

Color Harmonies of #393035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393035

Black with #393035

Text Example


Text Example

White with #393035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393035; }

 p { color: rgb(57,48,53); }

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

background-color css

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

 a { background-color: rgb(57,48,53); }

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

border-color css

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

 span { border-color: rgb(57,48,53); }

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