#251F12

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

Shades of Maire #251F12

Tints of Maire #251F12

Color information

#251F12 (or 0x251F12) is unknown color: approx Maire. HEX triplet: 25, 1F and 12. RGB value is (37,31,18). Sum of RGB (Red+Green+Blue) = 37+31+18=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #251F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F12 is #DAE0ED. Grayscale: #1F1F1F. Windows color (decimal): -14344430 or 1187621. OLE color: 1187621.

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

Color convert

RGB373118-
CMYK00.160.510.85
HSL41.05º34.55%10.78%-
HSV(B)41.05º51.35%14.51%-
XYZ1.361.420.77-
YUV31.31120.49132.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 31 (12.5% from 255) = 36.05%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=43.02%
G=36.05%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37311800.160.510.8541.0534.5510.78
Hex251F1201033552923b
Octal45372202063125514313
Binary100101111111001001000011001110101011010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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