Html Css Color HEX #293425 Oil

📋 copy color: '#293425'

red 41 ◦ green 52 ◦ blue 37

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

Shades of Oil #293425

Tints of Oil #293425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40%

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

R = 31.54%
G = 40%
B = 28.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#293425 (or 0x293425) is known color: Oil. HEX triplet: 29, 34 and 25. RGB value is (41,52,37). Sum of RGB (Red+Green+Blue) = 41+52+37=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #293425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293425 is #D6CBDA. Grayscale: #2F2F2F. Windows color (decimal): -14076891 or 2438185. OLE color: 2438185.

HSL color Cylindrical-coordinate representation of color #293425: hue angle of 104º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #293425 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 52 37 -
CMYK 0.21 0 0.29 0.80
HSL 104º 0.17% 0.17% -
HSV(B) 104º 0.29% 0.2% -
XYZ 2.48 3.06 2.21 -
YUV 47 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 41 52 37 0.21 0 0.29 0.80 104 0.17 0.17
Hex 29 34 25 15 0 1D 50 68 11 11
Octal 51 64 45 25 0 35 120 150 21 21
Binary 101001 110100 100101 10101 0 11101 1010000 1101000 10001 10001

Color Harmonies of #293425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293425

Black with #293425

Text Example


Text Example

White with #293425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293425; }

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

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

background-color css

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

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

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

border-color css

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

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

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