#2E3235

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

Shades of Cod Grey #2E3235

Tints of Cod Grey #2E3235

Color information

#2E3235 (or 0x2E3235) is unknown color: approx Cod Grey. HEX triplet: 2E, 32 and 35. RGB value is (46,50,53). Sum of RGB (Red+Green+Blue) = 46+50+53=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 53 - color contains mainly: blue. Hex color #2E3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3235 is #D1CDCA. Grayscale: #313131. Windows color (decimal): -13749707 or 3486254. OLE color: 3486254.

HSL color Cylindrical-coordinate representation of color #2E3235: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2E3235 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB465053-
CMYK0.130.0600.79
HSL205.71º7.07%19.41%-
HSV(B)205.71º13.21%20.78%-
XYZ2.913.123.82-
YUV49.15130.17125.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.87%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=30.87%
G=33.56%
B=35.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4650530.130.0600.79205.717.0719.41
Hex2E3235D604Fce713
Octal5662651560117316723
Binary1011101100101101011101110010011111100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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