#262B25

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

Shades of Oil #262B25

Tints of Oil #262B25

Color information

#262B25 (or 0x262B25) is unknown color: approx Oil. HEX triplet: 26, 2B and 25. RGB value is (38,43,37). Sum of RGB (Red+Green+Blue) = 38+43+37=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 43 - color contains mainly: green. Hex color #262B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B25 is #D9D4DA. Grayscale: #282828. Windows color (decimal): -14275803 or 2435878. OLE color: 2435878.

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

Color convert

RGB384337-
CMYK0.1200.140.83
HSL110º7.5%15.69%-
HSV(B)110º13.95%16.86%-
XYZ22.272.08-
YUV40.82125.84125.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.20%
GREEN value IS 43 (17.19% from 255) = 36.44%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=32.20%
G=36.44%
B=31.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3843370.1200.140.831107.515.69
Hex262B25C0E536e810
Octal465345140161231561020
Binary10011010101110010111000111010100111101110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262B25; }

 p { color: rgb(38,43,37); }

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

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

 a { background-color: rgb(38,43,37); }

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

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

 span { border-color: rgb(38,43,37); }

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