#261F07

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

Shades of Maire #261F07

Tints of Maire #261F07

Color information

#261F07 (or 0x261F07) is unknown color: approx Maire. HEX triplet: 26, 1F and 07. RGB value is (38,31,7). Sum of RGB (Red+Green+Blue) = 38+31+7=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #261F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261F07 is #D9E0F8. Grayscale: #1E1E1E. Windows color (decimal): -14278905 or 466726. OLE color: 466726.

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

Color convert

RGB38317-
CMYK00.180.820.85
HSL46.45º68.89%8.82%-
HSV(B)46.45º81.58%14.9%-
XYZ1.331.410.4-
YUV30.36114.82133.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 40.79%
BLUE value IS 7 (3.12% from 255) = 9.21%
R=50%
G=40.79%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3831700.180.820.8546.4568.898.82
Hex261F701252552e459
Octal463770221221255610511
Binary100110111111110100101010010101010110111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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