Html Css Color HEX #292E3C Ebony

📋 copy color: '#292E3C'

red 41 ◦ green 46 ◦ blue 60

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

Shades of Ebony #292E3C

Tints of Ebony #292E3C

RGB

 RED value IS 41 (16.41% from 255) = 27.89%

 GREEN value IS 46 (18.36% from 255) = 31.29%

 BLUE value IS 60 (23.83% from 255) = 40.82%

R = 27.89%
G = 31.29%
B = 40.82%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#292E3C (or 0x292E3C) is known color: Ebony. HEX triplet: 29, 2E and 3C. RGB value is (41,46,60). Sum of RGB (Red+Green+Blue) = 41+46+60=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 60 - color contains mainly: blue. Hex color #292E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E3C is #D6D1C3. Grayscale: #2E2E2E. Windows color (decimal): -14078404 or 3943977. OLE color: 3943977.

HSL color Cylindrical-coordinate representation of color #292E3C: hue angle of 224.21º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #292E3C is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 46 60 -
CMYK 0.32 0.23 0 0.76
HSL 224.21º 0.19% 0.2% -
HSV(B) 224.21º 0.32% 0.24% -
XYZ 2.71 2.75 4.66 -
YUV 46.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 41 46 60 0.32 0.23 0 0.76 224.21 0.19 0.2
Hex 29 2E 3C 20 17 0 4C E0 13 14
Octal 51 56 74 40 27 0 114 340 23 24
Binary 101001 101110 111100 100000 10111 0 1001100 11100000 10011 10100

Color Harmonies of #292E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E3C

Black with #292E3C

Text Example


Text Example

White with #292E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292E3C; }

 p { color: rgb(41,46,60); }

 H1.HeaderClassName
 {
   color: #292E3C;
 }
 .AnyTagClassName
 {
   color: #292E3C;
 }
</style>

background-color css

<style>
 a { background-color: #292E3C; }

 a { background-color: rgb(41,46,60); }

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

border-color css

<style>
 span { border-color: #292E3C; }

 span { border-color: rgb(41,46,60); }

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