Html Css Color HEX #303537 Gunmetal

📋 copy color: '#303537'

red 48 ◦ green 53 ◦ blue 55

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

Shades of Gunmetal #303537

Tints of Gunmetal #303537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.97%

 BLUE value IS 55 (21.88% from 255) = 35.26%

R = 30.77%
G = 33.97%
B = 35.26%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#303537 (or 0x303537) is known color: Gunmetal. HEX triplet: 30, 35 and 37. RGB value is (48,53,55). Sum of RGB (Red+Green+Blue) = 48+53+55=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 55 - color contains mainly: blue. Hex color #303537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303537 is #CFCAC8. Grayscale: #333333. Windows color (decimal): -13617865 or 3618096. OLE color: 3618096.

HSL color Cylindrical-coordinate representation of color #303537: hue angle of 197.14º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #303537 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 53 55 -
CMYK 0.13 0.04 0 0.78
HSL 197.14º 0.07% 0.2% -
HSV(B) 197.14º 0.13% 0.22% -
XYZ 3.18 3.45 4.11 -
YUV 51.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 48 53 55 0.13 0.04 0 0.78 197.14 0.07 0.2
Hex 30 35 37 D 4 0 4E C5 7 14
Octal 60 65 67 15 4 0 116 305 7 24
Binary 110000 110101 110111 1101 100 0 1001110 11000101 111 10100

Color Harmonies of #303537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303537

Black with #303537

Text Example


Text Example

White with #303537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303537; }

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

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

background-color css

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

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

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

border-color css

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

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

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