#252824

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

Shades of Oil #252824

Tints of Oil #252824

Color information

#252824 (or 0x252824) is unknown color: approx Oil. HEX triplet: 25, 28 and 24. RGB value is (37,40,36). Sum of RGB (Red+Green+Blue) = 37+40+36=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 40 - color contains mainly: green. Hex color #252824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252824 is #DAD7DB. Grayscale: #262626. Windows color (decimal): -14342108 or 2369573. OLE color: 2369573.

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

Color convert

RGB374036-
CMYK0.0700.100.84
HSL105º5.26%14.9%-
HSV(B)105º10%15.69%-
XYZ1.842.041.97-
YUV38.65126.51126.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=32.74%
G=35.40%
B=31.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3740360.0700.100.841055.2614.9
Hex25282470A54695f
Octal4550447012124151517
Binary10010110100010010011101010101010011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252824; }

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

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

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

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

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

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

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

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