#283237

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

Shades of Gunmetal #283237

Tints of Gunmetal #283237

Color information

#283237 (or 0x283237) is unknown color: approx Gunmetal. HEX triplet: 28, 32 and 37. RGB value is (40,50,55). Sum of RGB (Red+Green+Blue) = 40+50+55=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #283237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283237 is #D7CDC8. Grayscale: #2F2F2F. Windows color (decimal): -14142921 or 3617320. OLE color: 3617320.

HSL color Cylindrical-coordinate representation of color #283237: hue angle of 200º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #283237 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB405055-
CMYK0.270.0900.78
HSL200º15.79%18.63%-
HSV(B)200º27.27%21.57%-
XYZ2.713.014.05-
YUV47.58132.19122.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.59%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=27.59%
G=34.48%
B=37.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4050550.270.0900.7820015.7918.63
Hex2832371B904Ec81013
Octal506267331101163102023
Binary10100011001011011111011100101001110110010001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283237; }

 p { color: rgb(40,50,55); }

 H1.HeaderClassName
 {
   color: #283237;
 }
 .AnyTagClassName
 {
   color: #283237;
 }
</style>
background-color css

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

 a { background-color: rgb(40,50,55); }

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

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

 span { border-color: rgb(40,50,55); }

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