#25221B

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

Shades of Maire #25221B

Tints of Maire #25221B

Color information

#25221B (or 0x25221B) is unknown color: approx Maire. HEX triplet: 25, 22 and 1B. RGB value is (37,34,27). Sum of RGB (Red+Green+Blue) = 37+34+27=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 37 - color contains mainly: red. Hex color #25221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25221B is #DADDE4. Grayscale: #222222. Windows color (decimal): -14343653 or 1778213. OLE color: 1778213.

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

Color convert

RGB373427-
CMYK00.080.270.85
HSL42º15.63%12.55%-
HSV(B)42º27.03%14.51%-
XYZ1.531.621.27-
YUV34.1123.99130.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=37.76%
G=34.69%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37342700.080.270.854215.6312.55
Hex25221B081B552a10d
Octal45423301033125522015
Binary1001011000101101101000110111010101101010100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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