#232822

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

Shades of Oil #232822

Tints of Oil #232822

Color information

#232822 (or 0x232822) is unknown color: approx Oil. HEX triplet: 23, 28 and 22. RGB value is (35,40,34). Sum of RGB (Red+Green+Blue) = 35+40+34=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 40 - color contains mainly: green. Hex color #232822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232822 is #DCD7DD. Grayscale: #252525. Windows color (decimal): -14473182 or 2238499. OLE color: 2238499.

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

Color convert

RGB354034-
CMYK0.1200.150.84
HSL110º8.11%14.51%-
HSV(B)110º15%15.69%-
XYZ1.741.991.81-
YUV37.82125.84125.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.11%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 34 (13.67% from 255) = 31.19%
R=32.11%
G=36.70%
B=31.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3540340.1200.150.841108.1114.51
Hex232822C0F546e8f
Octal435042140171241561017
Binary1000111010001000101100011111010100110111010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232822; }

 p { color: rgb(35,40,34); }

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

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

 a { background-color: rgb(35,40,34); }

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

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

 span { border-color: rgb(35,40,34); }

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