Html Css Color HEX #2C303A Ebony

📋 copy color: '#2C303A'

red 44 ◦ green 48 ◦ blue 58

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

Shades of Ebony #2C303A

Tints of Ebony #2C303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

 BLUE value IS 58 (23.05% from 255) = 38.67%

R = 29.33%
G = 32%
B = 38.67%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2C303A (or 0x2C303A) is known color: Ebony. HEX triplet: 2C, 30 and 3A. RGB value is (44,48,58). Sum of RGB (Red+Green+Blue) = 44+48+58=150 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C303A is #D3CFC5. Grayscale: #2F2F2F. Windows color (decimal): -13881286 or 3813420. OLE color: 3813420.

HSL color Cylindrical-coordinate representation of color #2C303A: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2C303A is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 44 48 58 -
CMYK 0.24 0.17 0 0.77
HSL 222.86º 0.14% 0.2% -
HSV(B) 222.86º 0.24% 0.23% -
XYZ 2.86 2.95 4.42 -
YUV 47.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 44 48 58 0.24 0.17 0 0.77 222.86 0.14 0.2
Hex 2C 30 3A 18 11 0 4D DF E 14
Octal 54 60 72 30 21 0 115 337 16 24
Binary 101100 110000 111010 11000 10001 0 1001101 11011111 1110 10100

Color Harmonies of #2C303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C303A

Black with #2C303A

Text Example


Text Example

White with #2C303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,48,58); }

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

background-color css

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

 a { background-color: rgb(44,48,58); }

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

border-color css

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

 span { border-color: rgb(44,48,58); }

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