Html Css Color HEX #283238 Gunmetal

📋 copy color: '#283238'

red 40 ◦ green 50 ◦ blue 56

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

Shades of Gunmetal #283238

Tints of Gunmetal #283238

RGB

 RED value IS 40 (16.02% from 255) = 27.4%

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

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

R = 27.4%
G = 34.25%
B = 38.36%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#283238 (or 0x283238) is known color: Gunmetal. HEX triplet: 28, 32 and 38. RGB value is (40,50,56). Sum of RGB (Red+Green+Blue) = 40+50+56=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #283238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283238 is #D7CDC7. Grayscale: #2F2F2F. Windows color (decimal): -14142920 or 3682856. OLE color: 3682856.

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

Color convert

RGB 40 50 56 -
CMYK 0.29 0.11 0 0.78
HSL 202.5º 0.17% 0.19% -
HSV(B) 202.5º 0.29% 0.22% -
XYZ 2.73 3.02 4.18 -
YUV 47.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 40 50 56 0.29 0.11 0 0.78 202.5 0.17 0.19
Hex 28 32 38 1D B 0 4E CA 11 13
Octal 50 62 70 35 13 0 116 312 21 23
Binary 101000 110010 111000 11101 1011 0 1001110 11001010 10001 10011

Color Harmonies of #283238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283238

Black with #283238

Text Example


Text Example

White with #283238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283238; }

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

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

background-color css

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

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

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

border-color css

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

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

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