Html Css Color HEX #293725 Oil

📋 copy color: '#293725'

red 41 ◦ green 55 ◦ blue 37

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

Shades of Oil #293725

Tints of Oil #293725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.35%

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

R = 30.83%
G = 41.35%
B = 27.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#293725 (or 0x293725) is known color: Oil. HEX triplet: 29, 37 and 25. RGB value is (41,55,37). Sum of RGB (Red+Green+Blue) = 41+55+37=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #293725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293725 is #D6C8DA. Grayscale: #303030. Windows color (decimal): -14076123 or 2438953. OLE color: 2438953.

HSL color Cylindrical-coordinate representation of color #293725: hue angle of 106.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293725 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 55 37 -
CMYK 0.25 0 0.33 0.78
HSL 106.67º 0.2% 0.18% -
HSV(B) 106.67º 0.33% 0.22% -
XYZ 2.61 3.34 2.26 -
YUV 48.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 41 55 37 0.25 0 0.33 0.78 106.67 0.2 0.18
Hex 29 37 25 19 0 21 4E 6B 14 12
Octal 51 67 45 31 0 41 116 153 24 22
Binary 101001 110111 100101 11001 0 100001 1001110 1101011 10100 10010

Color Harmonies of #293725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293725

Black with #293725

Text Example


Text Example

White with #293725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293725; }

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

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

background-color css

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

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

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

border-color css

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

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

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