#283125

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

Shades of Oil #283125

Tints of Oil #283125

Color information

#283125 (or 0x283125) is unknown color: approx Oil. HEX triplet: 28, 31 and 25. RGB value is (40,49,37). Sum of RGB (Red+Green+Blue) = 40+49+37=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #283125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283125 is #D7CEDA. Grayscale: #2C2C2C. Windows color (decimal): -14143195 or 2437416. OLE color: 2437416.

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

Color convert

RGB404937-
CMYK0.1800.240.81
HSL105º13.95%16.86%-
HSV(B)105º24.49%19.22%-
XYZ2.312.782.17-
YUV44.94123.52124.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.75%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 37 (14.84% from 255) = 29.37%
R=31.75%
G=38.89%
B=29.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4049370.1800.240.8110513.9516.86
Hex283125120185169e11
Octal506145220301211511621
Binary1010001100011001011001001100010100011101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283125; }

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

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

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

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

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

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

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

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