#283126

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

Shades of Oil #283126

Tints of Oil #283126

Color information

#283126 (or 0x283126) is unknown color: approx Oil. HEX triplet: 28, 31 and 26. RGB value is (40,49,38). Sum of RGB (Red+Green+Blue) = 40+49+38=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #283126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283126 is #D7CED9. Grayscale: #2D2D2D. Windows color (decimal): -14143194 or 2502952. OLE color: 2502952.

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

Color convert

RGB404938-
CMYK0.1800.220.81
HSL109.09º12.64%17.06%-
HSV(B)109.09º22.45%19.22%-
XYZ2.322.792.25-
YUV45.06124.02124.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.50%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=31.50%
G=38.58%
B=29.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4049380.1800.220.81109.0912.6417.06
Hex28312612016516dd11
Octal506146220261211551521
Binary1010001100011001101001001011010100011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283126; }

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

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

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

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

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

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

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

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