Html Css Color HEX #292B30 Ebony

📋 copy color: '#292B30'

red 41 ◦ green 43 ◦ blue 48

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

Shades of Ebony #292B30

Tints of Ebony #292B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.58%

 BLUE value IS 48 (19.14% from 255) = 36.36%

R = 31.06%
G = 32.58%
B = 36.36%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#292B30 (or 0x292B30) is known color: Ebony. HEX triplet: 29, 2B and 30. RGB value is (41,43,48). Sum of RGB (Red+Green+Blue) = 41+43+48=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 48 - color contains mainly: blue. Hex color #292B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B30 is #D6D4CF. Grayscale: #2A2A2A. Windows color (decimal): -14079184 or 3156777. OLE color: 3156777.

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

Color convert

RGB 41 43 48 -
CMYK 0.15 0.10 0 0.81
HSL 222.86º 0.08% 0.17% -
HSV(B) 222.86º 0.15% 0.19% -
XYZ 2.31 2.41 3.14 -
YUV 42.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 41 43 48 0.15 0.10 0 0.81 222.86 0.08 0.17
Hex 29 2B 30 F A 0 51 DF 8 11
Octal 51 53 60 17 12 0 121 337 10 21
Binary 101001 101011 110000 1111 1010 0 1010001 11011111 1000 10001

Color Harmonies of #292B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292B30

Black with #292B30

Text Example


Text Example

White with #292B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,43,48); }

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

background-color css

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

 a { background-color: rgb(41,43,48); }

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

border-color css

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

 span { border-color: rgb(41,43,48); }

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