#26241C

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

Shades of Maire #26241C

Tints of Maire #26241C

Color information

#26241C (or 0x26241C) is unknown color: approx Maire. HEX triplet: 26, 24 and 1C. RGB value is (38,36,28). Sum of RGB (Red+Green+Blue) = 38+36+28=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 38 - color contains mainly: red. Hex color #26241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26241C is #D9DBE3. Grayscale: #232323. Windows color (decimal): -14277604 or 1844262. OLE color: 1844262.

HSL color Cylindrical-coordinate representation of color #26241C: hue angle of 48º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #26241C is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB383628-
CMYK00.050.260.85
HSL48º15.15%12.94%-
HSV(B)48º26.32%14.9%-
XYZ1.641.761.35-
YUV35.69123.66129.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.25%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=37.25%
G=35.29%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38362800.050.260.854815.1512.94
Hex26241C051A5530fd
Octal4644340532125601715
Binary10011010010011100010111010101010111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26241C; }

 p { color: rgb(38,36,28); }

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

<style>
 a { background-color: #26241C; }

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

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

<style>
 span { border-color: #26241C; }

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

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