#26250B

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

Shades of Maire #26250B

Tints of Maire #26250B

Color information

#26250B (or 0x26250B) is unknown color: approx Maire. HEX triplet: 26, 25 and 0B. RGB value is (38,37,11). Sum of RGB (Red+Green+Blue) = 38+37+11=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 38 - color contains mainly: red. Hex color #26250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26250B is #D9DAF4. Grayscale: #222222. Windows color (decimal): -14277365 or 730406. OLE color: 730406.

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

Color convert

RGB383711-
CMYK00.030.710.85
HSL57.78º55.1%9.61%-
HSV(B)57.78º71.05%14.9%-
XYZ1.521.760.58-
YUV34.33114.83130.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.19%
GREEN value IS 37 (14.84% from 255) = 43.02%
BLUE value IS 11 (4.69% from 255) = 12.79%
R=44.19%
G=43.02%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38371100.030.710.8557.7855.19.61
Hex2625B0347553a37a
Octal46451303107125726712
Binary1001101001011011011100011110101011110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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