Html Css Color HEX #292F3E Ebony

📋 copy color: '#292F3E'

red 41 ◦ green 47 ◦ blue 62

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

Shades of Ebony #292F3E

Tints of Ebony #292F3E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.33%

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

R = 27.33%
G = 31.33%
B = 41.33%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#292F3E (or 0x292F3E) is known color: Ebony. HEX triplet: 29, 2F and 3E. RGB value is (41,47,62). Sum of RGB (Red+Green+Blue) = 41+47+62=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 62 - color contains mainly: blue. Hex color #292F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F3E is #D6D0C1. Grayscale: #2E2E2E. Windows color (decimal): -14078146 or 4075305. OLE color: 4075305.

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

Color convert

RGB 41 47 62 -
CMYK 0.34 0.24 0 0.76
HSL 222.86º 0.2% 0.2% -
HSV(B) 222.86º 0.34% 0.24% -
XYZ 2.8 2.85 4.96 -
YUV 46.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 41 47 62 0.34 0.24 0 0.76 222.86 0.2 0.2
Hex 29 2F 3E 22 18 0 4C DF 14 14
Octal 51 57 76 42 30 0 114 337 24 24
Binary 101001 101111 111110 100010 11000 0 1001100 11011111 10100 10100

Color Harmonies of #292F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292F3E

Black with #292F3E

Text Example


Text Example

White with #292F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,47,62); }

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

background-color css

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

 a { background-color: rgb(41,47,62); }

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

border-color css

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

 span { border-color: rgb(41,47,62); }

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