#2E363D

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

Shades of Cod Grey #2E363D

Tints of Cod Grey #2E363D

Color information

#2E363D (or 0x2E363D) is unknown color: approx Cod Grey. HEX triplet: 2E, 36 and 3D. RGB value is (46,54,61). Sum of RGB (Red+Green+Blue) = 46+54+61=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E363D is #D1C9C2. Grayscale: #343434. Windows color (decimal): -13748675 or 4011566. OLE color: 4011566.

HSL color Cylindrical-coordinate representation of color #2E363D: hue angle of 208º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E363D is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB465461-
CMYK0.250.1100.76
HSL208º14.02%20.98%-
HSV(B)208º24.59%23.92%-
XYZ3.293.564.93-
YUV52.41132.85123.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=28.57%
G=33.54%
B=37.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4654610.250.1100.7620814.0220.98
Hex2E363D19B04Cd0e15
Octal566675311301143201625
Binary1011101101101111011100110110100110011010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E363D; }

 p { color: rgb(46,54,61); }

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

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

 a { background-color: rgb(46,54,61); }

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

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

 span { border-color: rgb(46,54,61); }

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