Html Css Color HEX #2E3133 Cod Grey

📋 copy color: '#2E3133'

red 46 ◦ green 49 ◦ blue 51

#2E3133
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cod Grey #2E3133

Tints of Cod Grey #2E3133

RGB

 RED value IS 46 (18.36% from 255) = 31.51%

 GREEN value IS 49 (19.53% from 255) = 33.56%

 BLUE value IS 51 (20.31% from 255) = 34.93%

R = 31.51%
G = 33.56%
B = 34.93%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#2E3133 (or 0x2E3133) is known color: Cod Grey. HEX triplet: 2E, 31 and 33. RGB value is (46,49,51). Sum of RGB (Red+Green+Blue) = 46+49+51=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E3133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3133 is #D1CECC. Grayscale: #303030. Windows color (decimal): -13749965 or 3354926. OLE color: 3354926.

HSL color Cylindrical-coordinate representation of color #2E3133: hue angle of 204º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2E3133 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 46 49 51 -
CMYK 0.10 0.04 0 0.8
HSL 204º 0.05% 0.19% -
HSV(B) 204º 0.1% 0.2% -
XYZ 2.82 3.02 3.57 -
YUV 48.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 46 49 51 0.10 0.04 0 0.8 204 0.05 0.19
Hex 2E 31 33 A 4 0 50 CC 5 13
Octal 56 61 63 12 4 0 120 314 5 23
Binary 101110 110001 110011 1010 100 0 1010000 11001100 101 10011

Color Harmonies of #2E3133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3133

Black with #2E3133

Text Example


Text Example

White with #2E3133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E3133;
 }
 .AnyTagClassName
 {
   color: #2E3133;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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