#261D01

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

Shades of Maire #261D01

Tints of Maire #261D01

Color information

#261D01 (or 0x261D01) is unknown color: approx Maire. HEX triplet: 26, 1D and 01. RGB value is (38,29,1). Sum of RGB (Red+Green+Blue) = 38+29+1=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #261D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261D01 is #D9E2FE. Grayscale: #1C1C1C. Windows color (decimal): -14279423 or 72998. OLE color: 72998.

HSL color Cylindrical-coordinate representation of color #261D01: hue angle of 45.41º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #261D01 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB38291-
CMYK00.240.970.85
HSL45.41º94.87%7.65%-
HSV(B)45.41º97.37%14.9%-
XYZ1.241.290.21-
YUV28.5112.48134.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.88%
GREEN value IS 29 (11.72% from 255) = 42.65%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=55.88%
G=42.65%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3829100.240.970.8545.4194.877.65
Hex261D101861552d5f8
Octal463510301411255513710
Binary1001101110110110001100001101010110110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,29,1); }

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

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

 a { background-color: rgb(38,29,1); }

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

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

 span { border-color: rgb(38,29,1); }

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