#251F0E

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

Shades of Maire #251F0E

Tints of Maire #251F0E

Color information

#251F0E (or 0x251F0E) is unknown color: approx Maire. HEX triplet: 25, 1F and 0E. RGB value is (37,31,14). Sum of RGB (Red+Green+Blue) = 37+31+14=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #251F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F0E is #DAE0F1. Grayscale: #1E1E1E. Windows color (decimal): -14344434 or 925477. OLE color: 925477.

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

Color convert

RGB373114-
CMYK00.160.620.85
HSL44.35º45.1%10%-
HSV(B)44.35º62.16%14.51%-
XYZ1.331.40.62-
YUV30.86118.49132.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=45.12%
G=37.80%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37311400.160.620.8544.3545.110
Hex251FE0103E552c2da
Octal45371602076125545512
Binary10010111111111001000011111010101011011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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