#30383B

Color #30383B Gunmetal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunmetal #30383B

Tints of Gunmetal #30383B

Color information

#30383B (or 0x30383B) is unknown color: approx 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

RGB485659-
CMYK0.190.0500.77
HSL196.36º10.28%20.98%-
HSV(B)196.36º18.64%23.14%-
XYZ3.423.774.69-
YUV53.95130.85123.76-

RGB Variations

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

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.20%
R=29.45%
G=34.36%
B=36.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4856590.190.0500.77196.3610.2820.98
Hex30383B13504Dc4a15
Octal60707323501153041225
Binary110000111000111011100111010100110111000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>