Html Css Color HEX #393130 Gondola

📋 copy color: '#393130'

red 57 ◦ green 49 ◦ blue 48

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

Shades of Gondola #393130

Tints of Gondola #393130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.82%

 BLUE value IS 48 (19.14% from 255) = 31.17%

R = 37.01%
G = 31.82%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#393130 (or 0x393130) is known color: Gondola. HEX triplet: 39, 31 and 30. RGB value is (57,49,48). Sum of RGB (Red+Green+Blue) = 57+49+48=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 57 - color contains mainly: red. Hex color #393130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393130 is #C6CECF. Grayscale: #333333. Windows color (decimal): -13029072 or 3158329. OLE color: 3158329.

HSL color Cylindrical-coordinate representation of color #393130: hue angle of 6.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 #393130 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 49 48 -
CMYK 0 0.14 0.16 0.78
HSL 6.67º 0.09% 0.21% -
HSV(B) 6.67º 0.16% 0.22% -
XYZ 3.32 3.28 3.25 -
YUV 51.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 57 49 48 0 0.14 0.16 0.78 6.67 0.09 0.21
Hex 39 31 30 0 E 10 4E 7 9 15
Octal 71 61 60 0 16 20 116 7 11 25
Binary 111001 110001 110000 0 1110 10000 1001110 111 1001 10101

Color Harmonies of #393130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393130

Black with #393130

Text Example


Text Example

White with #393130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393130; }

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

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

background-color css

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

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

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

border-color css

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

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

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