Html Css Color HEX #30383B Gunmetal

📋 copy color: '#30383B'

red 48 ◦ green 56 ◦ blue 59

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

Shades of Gunmetal #30383B

Tints of Gunmetal #30383B

RGB

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

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

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

R = 29.45%
G = 34.36%
B = 36.2%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30383B (or 0x30383B) is known color: Gunmetal. HEX triplet: 30, 38 and 3B. RGB value is (48,56,59). Sum of RGB (Red+Green+Blue) = 48+56+59=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 59 - color contains mainly: blue. Hex color #30383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30383B is #CFC7C4. Grayscale: #353535. Windows color (decimal): -13617093 or 3881008. OLE color: 3881008.

HSL color Cylindrical-coordinate representation of color #30383B: hue angle of 196.36º 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 #30383B is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 56 59 -
CMYK 0.19 0.05 0 0.77
HSL 196.36º 0.1% 0.21% -
HSV(B) 196.36º 0.19% 0.23% -
XYZ 3.42 3.77 4.69 -
YUV 53.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 48 56 59 0.19 0.05 0 0.77 196.36 0.1 0.21
Hex 30 38 3B 13 5 0 4D C4 A 15
Octal 60 70 73 23 5 0 115 304 12 25
Binary 110000 111000 111011 10011 101 0 1001101 11000100 1010 10101

Color Harmonies of #30383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30383B

Black with #30383B

Text Example


Text Example

White with #30383B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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