Html Css Color HEX #30373B Gunmetal

📋 copy color: '#30373B'

red 48 ◦ green 55 ◦ blue 59

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

Shades of Gunmetal #30373B

Tints of Gunmetal #30373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.95%

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

R = 29.63%
G = 33.95%
B = 36.42%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30373B (or 0x30373B) is known color: Gunmetal. HEX triplet: 30, 37 and 3B. RGB value is (48,55,59). Sum of RGB (Red+Green+Blue) = 48+55+59=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 59 - color contains mainly: blue. Hex color #30373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30373B is #CFC8C4. Grayscale: #353535. Windows color (decimal): -13617349 or 3880752. OLE color: 3880752.

HSL color Cylindrical-coordinate representation of color #30373B: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #30373B is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 55 59 -
CMYK 0.19 0.07 0 0.77
HSL 201.82º 0.1% 0.21% -
HSV(B) 201.82º 0.19% 0.23% -
XYZ 3.37 3.68 4.67 -
YUV 53.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 48 55 59 0.19 0.07 0 0.77 201.82 0.1 0.21
Hex 30 37 3B 13 7 0 4D CA A 15
Octal 60 67 73 23 7 0 115 312 12 25
Binary 110000 110111 111011 10011 111 0 1001101 11001010 1010 10101

Color Harmonies of #30373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30373B

Black with #30373B

Text Example


Text Example

White with #30373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,55,59); }

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

background-color css

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

 a { background-color: rgb(48,55,59); }

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

border-color css

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

 span { border-color: rgb(48,55,59); }

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