#25251C

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

Shades of Maire #25251C

Tints of Maire #25251C

Color information

#25251C (or 0x25251C) is unknown color: approx Maire. HEX triplet: 25, 25 and 1C. RGB value is (37,37,28). Sum of RGB (Red+Green+Blue) = 37+37+28=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 37 - color contains mainly: red, green. Hex color #25251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25251C is #DADAE3. Grayscale: #242424. Windows color (decimal): -14342884 or 1844517. OLE color: 1844517.

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

Color convert

RGB373728-
CMYK000.240.85
HSL60º13.85%12.75%-
HSV(B)60º24.32%14.51%-
XYZ1.631.81.36-
YUV35.97123.5128.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.27%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=36.27%
G=36.27%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal373728000.240.856013.8512.75
Hex25251C0018553ced
Octal4545340030125741615
Binary100101100101111000011000101010111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,37,28); }

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

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

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

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

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

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

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