#252924

Color #252924 Oil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oil #252924

Tints of Oil #252924

Color information

#252924 (or 0x252924) is unknown color: approx Oil. HEX triplet: 25, 29 and 24. RGB value is (37,41,36). Sum of RGB (Red+Green+Blue) = 37+41+36=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 41 - color contains mainly: green. Hex color #252924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252924 is #DAD6DB. Grayscale: #272727. Windows color (decimal): -14341852 or 2369829. OLE color: 2369829.

HSL color Cylindrical-coordinate representation of color #252924: hue angle of 108º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #252924 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB374136-
CMYK0.1000.120.84
HSL108º6.49%15.1%-
HSV(B)108º12.2%16.08%-
XYZ1.872.111.98-
YUV39.23126.17126.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.46%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=32.46%
G=35.96%
B=31.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3741360.1000.120.841086.4915.1
Hex252924A0C546c6f
Octal45514412014124154617
Binary100101101001100100101001100101010011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252924; }

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

 H1.HeaderClassName
 {
   color: #252924;
 }
 .AnyTagClassName
 {
   color: #252924;
 }
</style>
background-color css

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

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

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

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

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

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