Html Css Color HEX #292F3A Ebony

📋 copy color: '#292F3A'

red 41 ◦ green 47 ◦ blue 58

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

Shades of Ebony #292F3A

Tints of Ebony #292F3A

RGB

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

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

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

R = 28.08%
G = 32.19%
B = 39.73%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#292F3A (or 0x292F3A) is known color: Ebony. HEX triplet: 29, 2F and 3A. RGB value is (41,47,58). Sum of RGB (Red+Green+Blue) = 41+47+58=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #292F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F3A is #D6D0C5. Grayscale: #2E2E2E. Windows color (decimal): -14078150 or 3813161. OLE color: 3813161.

HSL color Cylindrical-coordinate representation of color #292F3A: hue angle of 218.82º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #292F3A is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 47 58 -
CMYK 0.29 0.19 0 0.77
HSL 218.82º 0.17% 0.19% -
HSV(B) 218.82º 0.29% 0.23% -
XYZ 2.69 2.81 4.4 -
YUV 46.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 41 47 58 0.29 0.19 0 0.77 218.82 0.17 0.19
Hex 29 2F 3A 1D 13 0 4D DB 11 13
Octal 51 57 72 35 23 0 115 333 21 23
Binary 101001 101111 111010 11101 10011 0 1001101 11011011 10001 10011

Color Harmonies of #292F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292F3A

Black with #292F3A

Text Example


Text Example

White with #292F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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