Html Css Color HEX #2A2C31 Ebony

📋 copy color: '#2A2C31'

red 42 ◦ green 44 ◦ blue 49

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

Shades of Ebony #2A2C31

Tints of Ebony #2A2C31

RGB

 RED value IS 42 (16.8% from 255) = 31.11%

 GREEN value IS 44 (17.58% from 255) = 32.59%

 BLUE value IS 49 (19.53% from 255) = 36.3%

R = 31.11%
G = 32.59%
B = 36.3%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2A2C31 (or 0x2A2C31) is known color: Ebony. HEX triplet: 2A, 2C and 31. RGB value is (42,44,49). Sum of RGB (Red+Green+Blue) = 42+44+49=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A2C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2C31 is #D5D3CE. Grayscale: #2B2B2B. Windows color (decimal): -14013391 or 3222570. OLE color: 3222570.

HSL color Cylindrical-coordinate representation of color #2A2C31: hue angle of 222.86º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2A2C31 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 42 44 49 -
CMYK 0.14 0.10 0 0.81
HSL 222.86º 0.08% 0.18% -
HSV(B) 222.86º 0.14% 0.19% -
XYZ 2.41 2.52 3.26 -
YUV 43.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 42 44 49 0.14 0.10 0 0.81 222.86 0.08 0.18
Hex 2A 2C 31 E A 0 51 DF 8 12
Octal 52 54 61 16 12 0 121 337 10 22
Binary 101010 101100 110001 1110 1010 0 1010001 11011111 1000 10010

Color Harmonies of #2A2C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2C31

Black with #2A2C31

Text Example


Text Example

White with #2A2C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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