Html Css Color HEX #2C313E Ebony

📋 copy color: '#2C313E'

red 44 ◦ green 49 ◦ blue 62

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

Shades of Ebony #2C313E

Tints of Ebony #2C313E

RGB

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

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

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

R = 28.39%
G = 31.61%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2C313E (or 0x2C313E) is known color: Ebony. HEX triplet: 2C, 31 and 3E. RGB value is (44,49,62). Sum of RGB (Red+Green+Blue) = 44+49+62=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C313E is #D3CEC1. Grayscale: #303030. Windows color (decimal): -13881026 or 4075820. OLE color: 4075820.

HSL color Cylindrical-coordinate representation of color #2C313E: hue angle of 223.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 #2C313E is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 44 49 62 -
CMYK 0.29 0.21 0 0.76
HSL 223.33º 0.17% 0.21% -
HSV(B) 223.33º 0.29% 0.24% -
XYZ 3.01 3.08 4.99 -
YUV 48.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 44 49 62 0.29 0.21 0 0.76 223.33 0.17 0.21
Hex 2C 31 3E 1D 15 0 4C DF 11 15
Octal 54 61 76 35 25 0 114 337 21 25
Binary 101100 110001 111110 11101 10101 0 1001100 11011111 10001 10101

Color Harmonies of #2C313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C313E

Black with #2C313E

Text Example


Text Example

White with #2C313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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