#251E0D

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

Shades of Maire #251E0D

Tints of Maire #251E0D

Color information

#251E0D (or 0x251E0D) is unknown color: approx Maire. HEX triplet: 25, 1E and 0D. RGB value is (37,30,13). Sum of RGB (Red+Green+Blue) = 37+30+13=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #251E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E0D is #DAE1F2. Grayscale: #1E1E1E. Windows color (decimal): -14344691 or 859685. OLE color: 859685.

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

Color convert

RGB373013-
CMYK00.190.650.85
HSL42.5º48%9.8%-
HSV(B)42.5º64.86%14.51%-
XYZ1.31.350.57-
YUV30.15118.32132.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.25%
GREEN value IS 30 (12.11% from 255) = 37.5%
BLUE value IS 13 (5.47% from 255) = 16.25%
R=46.25%
G=37.5%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37301300.190.650.8542.5489.8
Hex251ED01341552a30a
Octal453615023101125526012
Binary100101111101101010011100000110101011010101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251E0D; }

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

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

<style>
 a { background-color: #251E0D; }

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

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

<style>
 span { border-color: #251E0D; }

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

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