#253022

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

Shades of Oil #253022

Tints of Oil #253022

Color information

#253022 (or 0x253022) is unknown color: approx Oil. HEX triplet: 25, 30 and 22. RGB value is (37,48,34). Sum of RGB (Red+Green+Blue) = 37+48+34=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #253022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253022 is #DACFDD. Grayscale: #2B2B2B. Windows color (decimal): -14340062 or 2240549. OLE color: 2240549.

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

Color convert

RGB374834-
CMYK0.2300.290.81
HSL107.14º17.07%16.08%-
HSV(B)107.14º29.17%18.82%-
XYZ2.112.621.91-
YUV43.11122.86123.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.09%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 34 (13.67% from 255) = 28.57%
R=31.09%
G=40.34%
B=28.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748340.2300.290.81107.1417.0716.08
Hex2530221701D516b1110
Octal456042270351211532120
Binary10010111000010001010111011101101000111010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253022; }

 p { color: rgb(37,48,34); }

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

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

 a { background-color: rgb(37,48,34); }

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

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

 span { border-color: rgb(37,48,34); }

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