#263123

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

Shades of Oil #263123

Tints of Oil #263123

Color information

#263123 (or 0x263123) is unknown color: approx Oil. HEX triplet: 26, 31 and 23. RGB value is (38,49,35). Sum of RGB (Red+Green+Blue) = 38+49+35=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #263123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263123 is #D9CEDC. Grayscale: #2C2C2C. Windows color (decimal): -14274269 or 2306342. OLE color: 2306342.

HSL color Cylindrical-coordinate representation of color #263123: 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 #263123 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB384935-
CMYK0.2200.290.81
HSL107.14º16.67%16.47%-
HSV(B)107.14º28.57%19.22%-
XYZ2.22.732-
YUV44.12122.86123.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.15%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 35 (14.06% from 255) = 28.69%
R=31.15%
G=40.16%
B=28.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3849350.2200.290.81107.1416.6716.47
Hex2631231601D516b1110
Octal466143260351211532120
Binary10011011000110001110110011101101000111010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263123; }

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

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

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

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

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

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

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

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