Html Css Color HEX #2C313D Ebony

📋 copy color: '#2C313D'

red 44 ◦ green 49 ◦ blue 61

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

Shades of Ebony #2C313D

Tints of Ebony #2C313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.61%

R = 28.57%
G = 31.82%
B = 39.61%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2C313D (or 0x2C313D) is known color: Ebony. HEX triplet: 2C, 31 and 3D. RGB value is (44,49,61). Sum of RGB (Red+Green+Blue) = 44+49+61=154 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.57% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C313D is #D3CEC2. Grayscale: #303030. Windows color (decimal): -13881027 or 4010284. OLE color: 4010284.

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

Color convert

RGB 44 49 61 -
CMYK 0.28 0.20 0 0.76
HSL 222.35º 0.16% 0.21% -
HSV(B) 222.35º 0.28% 0.24% -
XYZ 2.98 3.07 4.85 -
YUV 48.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 44 49 61 0.28 0.20 0 0.76 222.35 0.16 0.21
Hex 2C 31 3D 1C 14 0 4C DE 10 15
Octal 54 61 75 34 24 0 114 336 20 25
Binary 101100 110001 111101 11100 10100 0 1001100 11011110 10000 10101

Color Harmonies of #2C313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C313D

Black with #2C313D

Text Example


Text Example

White with #2C313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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