Html Css Color HEX #30383D Gunmetal

📋 copy color: '#30383D'

red 48 ◦ green 56 ◦ blue 61

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

Shades of Gunmetal #30383D

Tints of Gunmetal #30383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.94%

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

R = 29.09%
G = 33.94%
B = 36.97%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30383D (or 0x30383D) is known color: Gunmetal. HEX triplet: 30, 38 and 3D. RGB value is (48,56,61). Sum of RGB (Red+Green+Blue) = 48+56+61=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 61 - color contains mainly: blue. Hex color #30383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30383D is #CFC7C2. Grayscale: #363636. Windows color (decimal): -13617091 or 4012080. OLE color: 4012080.

HSL color Cylindrical-coordinate representation of color #30383D: hue angle of 203.08º 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 #30383D is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 56 61 -
CMYK 0.21 0.08 0 0.76
HSL 203.08º 0.12% 0.21% -
HSV(B) 203.08º 0.21% 0.24% -
XYZ 3.48 3.79 4.96 -
YUV 54.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 48 56 61 0.21 0.08 0 0.76 203.08 0.12 0.21
Hex 30 38 3D 15 8 0 4C CB C 15
Octal 60 70 75 25 10 0 114 313 14 25
Binary 110000 111000 111101 10101 1000 0 1001100 11001011 1100 10101

Color Harmonies of #30383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30383D

Black with #30383D

Text Example


Text Example

White with #30383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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