#26251B

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

Shades of Maire #26251B

Tints of Maire #26251B

Color information

#26251B (or 0x26251B) is unknown color: approx Maire. HEX triplet: 26, 25 and 1B. RGB value is (38,37,27). Sum of RGB (Red+Green+Blue) = 38+37+27=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 38 - color contains mainly: red. Hex color #26251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26251B is #D9DAE4. Grayscale: #242424. Windows color (decimal): -14277349 or 1778982. OLE color: 1778982.

HSL color Cylindrical-coordinate representation of color #26251B: hue angle of 54.55º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #26251B is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB383727-
CMYK00.030.290.85
HSL54.55º16.92%12.75%-
HSV(B)54.55º28.95%14.9%-
XYZ1.661.811.3-
YUV36.16122.83129.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.25%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=37.25%
G=36.27%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38372700.030.290.8554.5516.9212.75
Hex26251B031D553711d
Octal4645330335125672115
Binary10011010010111011011111011010101110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,37,27); }

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

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

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

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

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

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

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