#26260B

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

Shades of Maire #26260B

Tints of Maire #26260B

Color information

#26260B (or 0x26260B) is unknown color: approx Maire. HEX triplet: 26, 26 and 0B. RGB value is (38,38,11). Sum of RGB (Red+Green+Blue) = 38+38+11=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 38 - color contains mainly: red, green. Hex color #26260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26260B is #D9D9F4. Grayscale: #232323. Windows color (decimal): -14277109 or 730662. OLE color: 730662.

HSL color Cylindrical-coordinate representation of color #26260B: hue angle of 60º 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 #26260B is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB383811-
CMYK000.710.85
HSL60º55.1%9.61%-
HSV(B)60º71.05%14.9%-
XYZ1.551.820.59-
YUV34.92114.5130.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.68%
GREEN value IS 38 (15.23% from 255) = 43.68%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=43.68%
G=43.68%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal383811000.710.856055.19.61
Hex2626B0047553c37a
Octal46461300107125746712
Binary100110100110101100100011110101011111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26260B; }

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

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

<style>
 a { background-color: #26260B; }

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

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

<style>
 span { border-color: #26260B; }

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

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