Html Css Color HEX #30383E Gunmetal

📋 copy color: '#30383E'

red 48 ◦ green 56 ◦ blue 62

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

Shades of Gunmetal #30383E

Tints of Gunmetal #30383E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 37.35%

R = 28.92%
G = 33.73%
B = 37.35%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30383E (or 0x30383E) is known color: Gunmetal. HEX triplet: 30, 38 and 3E. RGB value is (48,56,62). Sum of RGB (Red+Green+Blue) = 48+56+62=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 62 - color contains mainly: blue. Hex color #30383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30383E is #CFC7C1. Grayscale: #363636. Windows color (decimal): -13617090 or 4077616. OLE color: 4077616.

HSL color Cylindrical-coordinate representation of color #30383E: hue angle of 205.71º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #30383E is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 56 62 -
CMYK 0.23 0.10 0 0.76
HSL 205.71º 0.13% 0.22% -
HSV(B) 205.71º 0.23% 0.24% -
XYZ 3.5 3.8 5.11 -
YUV 54.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 48 56 62 0.23 0.10 0 0.76 205.71 0.13 0.22
Hex 30 38 3E 17 A 0 4C CE D 16
Octal 60 70 76 27 12 0 114 316 15 26
Binary 110000 111000 111110 10111 1010 0 1001100 11001110 1101 10110

Color Harmonies of #30383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30383E

Black with #30383E

Text Example


Text Example

White with #30383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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