#25231E

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

Shades of Maire #25231E

Tints of Maire #25231E

Color information

#25231E (or 0x25231E) is unknown color: approx Maire. HEX triplet: 25, 23 and 1E. RGB value is (37,35,30). Sum of RGB (Red+Green+Blue) = 37+35+30=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 37 - color contains mainly: red. Hex color #25231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25231E is #DADCE1. Grayscale: #232323. Windows color (decimal): -14343394 or 1975077. OLE color: 1975077.

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

Color convert

RGB373530-
CMYK00.050.190.85
HSL42.86º10.45%13.14%-
HSV(B)42.86º18.92%14.51%-
XYZ1.61.691.47-
YUV35.03125.16129.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.27%
GREEN value IS 35 (14.06% from 255) = 34.31%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=36.27%
G=34.31%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37353000.050.190.8542.8610.4513.14
Hex25231E0513552bad
Octal4543360523125531215
Binary10010110001111110010110011101010110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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