#261E01

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

Shades of Maire #261E01

Tints of Maire #261E01

Color information

#261E01 (or 0x261E01) is unknown color: approx Maire. HEX triplet: 26, 1E and 01. RGB value is (38,30,1). Sum of RGB (Red+Green+Blue) = 38+30+1=69 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.07% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 38 - color contains mainly: red. Hex color #261E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E01 is #D9E1FE. Grayscale: #1D1D1D. Windows color (decimal): -14279167 or 73254. OLE color: 73254.

HSL color Cylindrical-coordinate representation of color #261E01: hue angle of 47.03º 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 #261E01 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB38301-
CMYK00.210.970.85
HSL47.03º94.87%7.65%-
HSV(B)47.03º97.37%14.9%-
XYZ1.271.340.22-
YUV29.09112.15134.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.07%
GREEN value IS 30 (12.11% from 255) = 43.48%
BLUE value IS 1 (0.78% from 255) = 1.45%
R=55.07%
G=43.48%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3830100.210.970.8547.0394.877.65
Hex261E101561552f5f8
Octal463610251411255713710
Binary1001101111010101011100001101010110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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