#25231A

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

Shades of Maire #25231A

Tints of Maire #25231A

Color information

#25231A (or 0x25231A) is unknown color: approx Maire. HEX triplet: 25, 23 and 1A. RGB value is (37,35,26). Sum of RGB (Red+Green+Blue) = 37+35+26=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 37 - color contains mainly: red. Hex color #25231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25231A is #DADCE5. Grayscale: #222222. Windows color (decimal): -14343398 or 1712933. OLE color: 1712933.

HSL color Cylindrical-coordinate representation of color #25231A: hue angle of 49.09º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #25231A is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB373526-
CMYK00.050.300.85
HSL49.09º17.46%12.35%-
HSV(B)49.09º29.73%14.51%-
XYZ1.551.671.22-
YUV34.57123.16129.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=37.76%
G=35.71%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37352600.050.300.8549.0917.4612.35
Hex25231A051E553111c
Octal4543320536125612114
Binary100101100011110100101111101010101110001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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