Html Css Color HEX #30393D Gunmetal

📋 copy color: '#30393D'

red 48 ◦ green 57 ◦ blue 61

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

Shades of Gunmetal #30393D

Tints of Gunmetal #30393D

RGB

 RED value IS 48 (19.14% from 255) = 28.92%

 GREEN value IS 57 (22.66% from 255) = 34.34%

 BLUE value IS 61 (24.22% from 255) = 36.75%

R = 28.92%
G = 34.34%
B = 36.75%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30393D (or 0x30393D) is known color: Gunmetal. HEX triplet: 30, 39 and 3D. RGB value is (48,57,61). Sum of RGB (Red+Green+Blue) = 48+57+61=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 61 - color contains mainly: blue. Hex color #30393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30393D is #CFC6C2. Grayscale: #363636. Windows color (decimal): -13616835 or 4012336. OLE color: 4012336.

HSL color Cylindrical-coordinate representation of color #30393D: hue angle of 198.46º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #30393D is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 57 61 -
CMYK 0.21 0.07 0 0.76
HSL 198.46º 0.12% 0.21% -
HSV(B) 198.46º 0.21% 0.24% -
XYZ 3.52 3.89 4.98 -
YUV 54.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 48 57 61 0.21 0.07 0 0.76 198.46 0.12 0.21
Hex 30 39 3D 15 7 0 4C C6 C 15
Octal 60 71 75 25 7 0 114 306 14 25
Binary 110000 111001 111101 10101 111 0 1001100 11000110 1100 10101

Color Harmonies of #30393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30393D

Black with #30393D

Text Example


Text Example

White with #30393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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