#25231B

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

Shades of Maire #25231B

Tints of Maire #25231B

Color information

#25231B (or 0x25231B) is unknown color: approx Maire. HEX triplet: 25, 23 and 1B. RGB value is (37,35,27). Sum of RGB (Red+Green+Blue) = 37+35+27=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 37 - color contains mainly: red. Hex color #25231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25231B is #DADCE4. Grayscale: #222222. Windows color (decimal): -14343397 or 1778469. OLE color: 1778469.

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

Color convert

RGB373527-
CMYK00.050.270.85
HSL48º15.63%12.55%-
HSV(B)48º27.03%14.51%-
XYZ1.561.671.28-
YUV34.69123.66129.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=37.37%
G=35.35%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37352700.050.270.854815.6312.55
Hex25231B051B553010d
Octal4543330533125602015
Binary100101100011110110101110111010101110000100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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