#261E0B

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

Shades of Maire #261E0B

Tints of Maire #261E0B

Color information

#261E0B (or 0x261E0B) is unknown color: approx Maire. HEX triplet: 26, 1E and 0B. RGB value is (38,30,11). Sum of RGB (Red+Green+Blue) = 38+30+11=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #261E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E0B is #D9E1F4. Grayscale: #1E1E1E. Windows color (decimal): -14279157 or 728614. OLE color: 728614.

HSL color Cylindrical-coordinate representation of color #261E0B: hue angle of 42.22º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #261E0B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB383011-
CMYK00.210.710.85
HSL42.22º55.1%9.61%-
HSV(B)42.22º71.05%14.9%-
XYZ1.321.360.51-
YUV30.23117.15133.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 48.10%
GREEN value IS 30 (12.11% from 255) = 37.97%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=48.10%
G=37.97%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38301100.210.710.8542.2255.19.61
Hex261EB01547552a37a
Octal463613025107125526712
Binary100110111101011010101100011110101011010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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