#25231C

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

Shades of Maire #25231C

Tints of Maire #25231C

Color information

#25231C (or 0x25231C) is unknown color: approx Maire. HEX triplet: 25, 23 and 1C. RGB value is (37,35,28). Sum of RGB (Red+Green+Blue) = 37+35+28=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 37 - color contains mainly: red. Hex color #25231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25231C is #DADCE3. Grayscale: #222222. Windows color (decimal): -14343396 or 1844005. OLE color: 1844005.

HSL color Cylindrical-coordinate representation of color #25231C: hue angle of 46.67º 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 #25231C is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB373528-
CMYK00.050.240.85
HSL46.67º13.85%12.75%-
HSV(B)46.67º24.32%14.51%-
XYZ1.571.681.34-
YUV34.8124.16129.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37352800.050.240.8546.6713.8512.75
Hex25231C0518552fed
Octal4543340530125571615
Binary10010110001111100010111000101010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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