#261F08

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

Shades of Maire #261F08

Tints of Maire #261F08

Color information

#261F08 (or 0x261F08) is unknown color: approx Maire. HEX triplet: 26, 1F and 08. RGB value is (38,31,8). Sum of RGB (Red+Green+Blue) = 38+31+8=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261F08 is #D9E0F7. Grayscale: #1E1E1E. Windows color (decimal): -14278904 or 532262. OLE color: 532262.

HSL color Cylindrical-coordinate representation of color #261F08: hue angle of 46º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261F08 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB38318-
CMYK00.180.790.85
HSL46º65.22%9.02%-
HSV(B)46º78.95%14.9%-
XYZ1.331.410.43-
YUV30.47115.32133.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 31 (12.5% from 255) = 40.26%
BLUE value IS 8 (3.52% from 255) = 10.39%
R=49.35%
G=40.26%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3831800.180.790.854665.229.02
Hex261F80124F552e419
Octal4637100221171255610111
Binary1001101111110000100101001111101010110111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261F08; }

 p { color: rgb(38,31,8); }

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

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

 a { background-color: rgb(38,31,8); }

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

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

 span { border-color: rgb(38,31,8); }

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