Html Css Color HEX #292D28 Oil

📋 copy color: '#292D28'

red 41 ◦ green 45 ◦ blue 40

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

Shades of Oil #292D28

Tints of Oil #292D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 35.71%

 BLUE value IS 40 (16.02% from 255) = 31.75%

R = 32.54%
G = 35.71%
B = 31.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#292D28 (or 0x292D28) is known color: Oil. HEX triplet: 29, 2D and 28. RGB value is (41,45,40). Sum of RGB (Red+Green+Blue) = 41+45+40=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 45 - color contains mainly: green. Hex color #292D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D28 is #D6D2D7. Grayscale: #2B2B2B. Windows color (decimal): -14078680 or 2633001. OLE color: 2633001.

HSL color Cylindrical-coordinate representation of color #292D28: hue angle of 108º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #292D28 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 45 40 -
CMYK 0.09 0 0.11 0.82
HSL 108º 0.06% 0.17% -
HSV(B) 108º 0.11% 0.18% -
XYZ 2.24 2.5 2.37 -
YUV 43.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 41 45 40 0.09 0 0.11 0.82 108 0.06 0.17
Hex 29 2D 28 9 0 B 52 6C 6 11
Octal 51 55 50 11 0 13 122 154 6 21
Binary 101001 101101 101000 1001 0 1011 1010010 1101100 110 10001

Color Harmonies of #292D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D28

Black with #292D28

Text Example


Text Example

White with #292D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,45,40); }

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

background-color css

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

 a { background-color: rgb(41,45,40); }

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

border-color css

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

 span { border-color: rgb(41,45,40); }

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