#282E31

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

Shades of Cod Grey #282E31

Tints of Cod Grey #282E31

Color information

#282E31 (or 0x282E31) is unknown color: approx Cod Grey. HEX triplet: 28, 2E and 31. RGB value is (40,46,49). Sum of RGB (Red+Green+Blue) = 40+46+49=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 49 - color contains mainly: blue. Hex color #282E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E31 is #D7D1CE. Grayscale: #2C2C2C. Windows color (decimal): -14143951 or 3223080. OLE color: 3223080.

HSL color Cylindrical-coordinate representation of color #282E31: hue angle of 200º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #282E31 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB404649-
CMYK0.180.0600.81
HSL200º10.11%17.45%-
HSV(B)200º18.37%19.22%-
XYZ2.412.633.29-
YUV44.55130.51124.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.63%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=29.63%
G=34.07%
B=36.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4046490.180.0600.8120010.1117.45
Hex282E31126051c8a11
Octal50566122601213101221
Binary101000101110110001100101100101000111001000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282E31; }

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

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

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

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

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

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

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

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