#2E3338

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

Shades of Cod Grey #2E3338

Tints of Cod Grey #2E3338

Color information

#2E3338 (or 0x2E3338) is unknown color: approx Cod Grey. HEX triplet: 2E, 33 and 38. RGB value is (46,51,56). Sum of RGB (Red+Green+Blue) = 46+51+56=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E3338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3338 is #D1CCC7. Grayscale: #323232. Windows color (decimal): -13749448 or 3683118. OLE color: 3683118.

HSL color Cylindrical-coordinate representation of color #2E3338: hue angle of 210º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2E3338 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB465156-
CMYK0.180.0900.78
HSL210º9.8%20%-
HSV(B)210º17.86%21.96%-
XYZ3.023.234.21-
YUV50.08131.34125.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.07%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 56 (22.27% from 255) = 36.60%
R=30.07%
G=33.33%
B=36.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4651560.180.0900.782109.820
Hex2E333812904Ed2a14
Octal566370221101163221224
Binary1011101100111110001001010010100111011010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,51,56); }

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

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

 a { background-color: rgb(46,51,56); }

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

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

 span { border-color: rgb(46,51,56); }

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