#282E32

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

Shades of Cod Grey #282E32

Tints of Cod Grey #282E32

Color information

#282E32 (or 0x282E32) is unknown color: approx Cod Grey. HEX triplet: 28, 2E and 32. RGB value is (40,46,50). Sum of RGB (Red+Green+Blue) = 40+46+50=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 50 - color contains mainly: blue. Hex color #282E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E32 is #D7D1CD. Grayscale: #2C2C2C. Windows color (decimal): -14143950 or 3288616. OLE color: 3288616.

HSL color Cylindrical-coordinate representation of color #282E32: hue angle of 204º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282E32 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB404650-
CMYK0.200.0800.80
HSL204º11.11%17.65%-
HSV(B)204º20%19.61%-
XYZ2.432.643.4-
YUV44.66131.01124.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.41%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 50 (19.92% from 255) = 36.76%
R=29.41%
G=33.82%
B=36.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4046500.200.0800.8020411.1117.65
Hex282E32148050ccb12
Octal505662241001203141322
Binary1010001011101100101010010000101000011001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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