#283137

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

Shades of Cod Grey #283137

Tints of Cod Grey #283137

Color information

#283137 (or 0x283137) is unknown color: approx Cod Grey. HEX triplet: 28, 31 and 37. RGB value is (40,49,55). Sum of RGB (Red+Green+Blue) = 40+49+55=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 55 - color contains mainly: blue. Hex color #283137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283137 is #D7CEC8. Grayscale: #2E2E2E. Windows color (decimal): -14143177 or 3617064. OLE color: 3617064.

HSL color Cylindrical-coordinate representation of color #283137: hue angle of 204º 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 #283137 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB404955-
CMYK0.270.1100.78
HSL204º15.79%18.63%-
HSV(B)204º27.27%21.57%-
XYZ2.662.924.04-
YUV46.99132.52123.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.78%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 55 (21.88% from 255) = 38.19%
R=27.78%
G=34.03%
B=38.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4049550.270.1100.7820415.7918.63
Hex2831371BB04Ecc1013
Octal506167331301163142023
Binary10100011000111011111011101101001110110011001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283137; }

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

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

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

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

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

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

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

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