Html Css Color HEX #293126 Oil

📋 copy color: '#293126'

red 41 ◦ green 49 ◦ blue 38

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

Shades of Oil #293126

Tints of Oil #293126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.28%

 BLUE value IS 38 (15.23% from 255) = 29.69%

R = 32.03%
G = 38.28%
B = 29.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#293126 (or 0x293126) is known color: Oil. HEX triplet: 29, 31 and 26. RGB value is (41,49,38). Sum of RGB (Red+Green+Blue) = 41+49+38=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #293126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293126 is #D6CED9. Grayscale: #2D2D2D. Windows color (decimal): -14077658 or 2502953. OLE color: 2502953.

HSL color Cylindrical-coordinate representation of color #293126: hue angle of 103.64º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #293126 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 49 38 -
CMYK 0.16 0 0.22 0.81
HSL 103.64º 0.13% 0.17% -
HSV(B) 103.64º 0.22% 0.19% -
XYZ 2.36 2.81 2.25 -
YUV 45.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 41 49 38 0.16 0 0.22 0.81 103.64 0.13 0.17
Hex 29 31 26 10 0 16 51 68 D 11
Octal 51 61 46 20 0 26 121 150 15 21
Binary 101001 110001 100110 10000 0 10110 1010001 1101000 1101 10001

Color Harmonies of #293126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293126

Black with #293126

Text Example


Text Example

White with #293126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293126; }

 p { color: rgb(41,49,38); }

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

background-color css

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

 a { background-color: rgb(41,49,38); }

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

border-color css

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

 span { border-color: rgb(41,49,38); }

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