Html Css Color HEX #273238 Gunmetal

📋 copy color: '#273238'

red 39 ◦ green 50 ◦ blue 56

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

Shades of Gunmetal #273238

Tints of Gunmetal #273238

RGB

 RED value IS 39 (15.63% from 255) = 26.9%

 GREEN value IS 50 (19.92% from 255) = 34.48%

 BLUE value IS 56 (22.27% from 255) = 38.62%

R = 26.9%
G = 34.48%
B = 38.62%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#273238 (or 0x273238) is known color: Gunmetal. HEX triplet: 27, 32 and 38. RGB value is (39,50,56). Sum of RGB (Red+Green+Blue) = 39+50+56=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #273238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273238 is #D8CDC7. Grayscale: #2F2F2F. Windows color (decimal): -14208456 or 3682855. OLE color: 3682855.

HSL color Cylindrical-coordinate representation of color #273238: hue angle of 201.18º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #273238 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 50 56 -
CMYK 0.30 0.11 0 0.78
HSL 201.18º 0.18% 0.19% -
HSV(B) 201.18º 0.3% 0.22% -
XYZ 2.69 3 4.18 -
YUV 47.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 39 50 56 0.30 0.11 0 0.78 201.18 0.18 0.19
Hex 27 32 38 1E B 0 4E C9 12 13
Octal 47 62 70 36 13 0 116 311 22 23
Binary 100111 110010 111000 11110 1011 0 1001110 11001001 10010 10011

Color Harmonies of #273238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273238

Black with #273238

Text Example


Text Example

White with #273238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273238; }

 p { color: rgb(39,50,56); }

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

background-color css

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

 a { background-color: rgb(39,50,56); }

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

border-color css

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

 span { border-color: rgb(39,50,56); }

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