#283136

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

Shades of Cod Grey #283136

Tints of Cod Grey #283136

Color information

#283136 (or 0x283136) is unknown color: approx Cod Grey. HEX triplet: 28, 31 and 36. RGB value is (40,49,54). Sum of RGB (Red+Green+Blue) = 40+49+54=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 54 - color contains mainly: blue. Hex color #283136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283136 is #D7CEC9. Grayscale: #2E2E2E. Windows color (decimal): -14143178 or 3551528. OLE color: 3551528.

HSL color Cylindrical-coordinate representation of color #283136: hue angle of 201.43º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #283136 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB404954-
CMYK0.260.0900.79
HSL201.43º14.89%18.43%-
HSV(B)201.43º25.93%21.18%-
XYZ2.642.913.91-
YUV46.88132.02123.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.97%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=27.97%
G=34.27%
B=37.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4049540.260.0900.79201.4314.8918.43
Hex2831361A904Fc9f12
Octal506166321101173111722
Binary1010001100011101101101010010100111111001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283136; }

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

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

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

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

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

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

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

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