#283425

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

Shades of Oil #283425

Tints of Oil #283425

Color information

#283425 (or 0x283425) is unknown color: approx Oil. HEX triplet: 28, 34 and 25. RGB value is (40,52,37). Sum of RGB (Red+Green+Blue) = 40+52+37=129 (17% of max value = 765). Red value is 40 (16.02% from 255 or 31.01% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #283425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283425 is #D7CBDA. Grayscale: #2E2E2E. Windows color (decimal): -14142427 or 2438184. OLE color: 2438184.

HSL color Cylindrical-coordinate representation of color #283425: hue angle of 108º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #283425 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB405237-
CMYK0.2300.290.80
HSL108º16.85%17.45%-
HSV(B)108º28.85%20.39%-
XYZ2.443.042.21-
YUV46.7122.52123.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.01%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=31.01%
G=40.31%
B=28.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052370.2300.290.8010816.8517.45
Hex2834251701D506c1111
Octal506445270351201542121
Binary10100011010010010110111011101101000011011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283425; }

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

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

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

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

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

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

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

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