Html Css Color HEX #2C343E Ebony Clay

📋 copy color: '#2C343E'

red 44 ◦ green 52 ◦ blue 62

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

Shades of Ebony Clay #2C343E

Tints of Ebony Clay #2C343E

RGB

 RED value IS 44 (17.58% from 255) = 27.85%

 GREEN value IS 52 (20.7% from 255) = 32.91%

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 27.85%
G = 32.91%
B = 39.24%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2C343E (or 0x2C343E) is known color: Ebony Clay. HEX triplet: 2C, 34 and 3E. RGB value is (44,52,62). Sum of RGB (Red+Green+Blue) = 44+52+62=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C343E is #D3CBC1. Grayscale: #323232. Windows color (decimal): -13880258 or 4076588. OLE color: 4076588.

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

Color convert

RGB 44 52 62 -
CMYK 0.29 0.16 0 0.76
HSL 213.33º 0.17% 0.21% -
HSV(B) 213.33º 0.29% 0.24% -
XYZ 3.14 3.34 5.04 -
YUV 50.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 44 52 62 0.29 0.16 0 0.76 213.33 0.17 0.21
Hex 2C 34 3E 1D 10 0 4C D5 11 15
Octal 54 64 76 35 20 0 114 325 21 25
Binary 101100 110100 111110 11101 10000 0 1001100 11010101 10001 10101

Color Harmonies of #2C343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C343E

Black with #2C343E

Text Example


Text Example

White with #2C343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,52,62); }

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

background-color css

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

 a { background-color: rgb(44,52,62); }

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

border-color css

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

 span { border-color: rgb(44,52,62); }

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