#251F0D

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

Shades of Maire #251F0D

Tints of Maire #251F0D

Color information

#251F0D (or 0x251F0D) is unknown color: approx Maire. HEX triplet: 25, 1F and 0D. RGB value is (37,31,13). Sum of RGB (Red+Green+Blue) = 37+31+13=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #251F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F0D is #DAE0F2. Grayscale: #1E1E1E. Windows color (decimal): -14344435 or 859941. OLE color: 859941.

HSL color Cylindrical-coordinate representation of color #251F0D: hue angle of 45º 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 #251F0D is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB373113-
CMYK00.160.650.85
HSL45º48%9.8%-
HSV(B)45º64.86%14.51%-
XYZ1.331.40.58-
YUV30.74117.99132.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 31 (12.5% from 255) = 38.27%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=45.68%
G=38.27%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37311300.160.650.8545489.8
Hex251FD01041552d30a
Octal453715020101125556012
Binary100101111111101010000100000110101011011011100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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