Html Css Color HEX #293326 Oil

📋 copy color: '#293326'

red 41 ◦ green 51 ◦ blue 38

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

Shades of Oil #293326

Tints of Oil #293326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.23%

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

R = 31.54%
G = 39.23%
B = 29.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#293326 (or 0x293326) is known color: Oil. HEX triplet: 29, 33 and 26. RGB value is (41,51,38). Sum of RGB (Red+Green+Blue) = 41+51+38=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 51 - color contains mainly: green. Hex color #293326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293326 is #D6CCD9. Grayscale: #2E2E2E. Windows color (decimal): -14077146 or 2503465. OLE color: 2503465.

HSL color Cylindrical-coordinate representation of color #293326: hue angle of 106.15º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #293326 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 38 -
CMYK 0.20 0 0.25 0.8
HSL 106.15º 0.15% 0.17% -
HSV(B) 106.15º 0.25% 0.2% -
XYZ 2.45 2.98 2.28 -
YUV 46.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 41 51 38 0.20 0 0.25 0.8 106.15 0.15 0.17
Hex 29 33 26 14 0 19 50 6A F 11
Octal 51 63 46 24 0 31 120 152 17 21
Binary 101001 110011 100110 10100 0 11001 1010000 1101010 1111 10001

Color Harmonies of #293326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293326

Black with #293326

Text Example


Text Example

White with #293326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293326; }

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

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

background-color css

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

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

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

border-color css

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

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

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