#251F11

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

Shades of Maire #251F11

Tints of Maire #251F11

Color information

#251F11 (or 0x251F11) is unknown color: approx Maire. HEX triplet: 25, 1F and 11. RGB value is (37,31,17). Sum of RGB (Red+Green+Blue) = 37+31+17=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #251F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F11 is #DAE0EE. Grayscale: #1F1F1F. Windows color (decimal): -14344431 or 1122085. OLE color: 1122085.

HSL color Cylindrical-coordinate representation of color #251F11: hue angle of 42º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #251F11 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB373117-
CMYK00.160.540.85
HSL42º37.04%10.59%-
HSV(B)42º54.05%14.51%-
XYZ1.351.410.73-
YUV31.2119.99132.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 31 (12.5% from 255) = 36.47%
BLUE value IS 17 (7.03% from 255) = 20%
R=43.53%
G=36.47%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37311700.160.540.854237.0410.59
Hex251F1101036552a25b
Octal45372102066125524513
Binary100101111111000101000011011010101011010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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