Html Css Color HEX #293625 Oil

📋 copy color: '#293625'

red 41 ◦ green 54 ◦ blue 37

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

Shades of Oil #293625

Tints of Oil #293625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.91%

 BLUE value IS 37 (14.84% from 255) = 28.03%

R = 31.06%
G = 40.91%
B = 28.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#293625 (or 0x293625) is known color: Oil. HEX triplet: 29, 36 and 25. RGB value is (41,54,37). Sum of RGB (Red+Green+Blue) = 41+54+37=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #293625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293625 is #D6C9DA. Grayscale: #303030. Windows color (decimal): -14076379 or 2438697. OLE color: 2438697.

HSL color Cylindrical-coordinate representation of color #293625: hue angle of 105.88º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #293625 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 54 37 -
CMYK 0.24 0 0.31 0.79
HSL 105.88º 0.19% 0.18% -
HSV(B) 105.88º 0.31% 0.21% -
XYZ 2.57 3.24 2.24 -
YUV 48.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 41 54 37 0.24 0 0.31 0.79 105.88 0.19 0.18
Hex 29 36 25 18 0 1F 4F 6A 13 12
Octal 51 66 45 30 0 37 117 152 23 22
Binary 101001 110110 100101 11000 0 11111 1001111 1101010 10011 10010

Color Harmonies of #293625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293625

Black with #293625

Text Example


Text Example

White with #293625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293625; }

 p { color: rgb(41,54,37); }

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

background-color css

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

 a { background-color: rgb(41,54,37); }

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

border-color css

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

 span { border-color: rgb(41,54,37); }

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