#251F10

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

Shades of Maire #251F10

Tints of Maire #251F10

Color information

#251F10 (or 0x251F10) is unknown color: approx Maire. HEX triplet: 25, 1F and 10. RGB value is (37,31,16). Sum of RGB (Red+Green+Blue) = 37+31+16=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #251F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F10 is #DAE0EF. Grayscale: #1F1F1F. Windows color (decimal): -14344432 or 1056549. OLE color: 1056549.

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

Color convert

RGB373116-
CMYK00.160.570.85
HSL42.86º39.62%10.39%-
HSV(B)42.86º56.76%14.51%-
XYZ1.351.410.69-
YUV31.08119.49132.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 16 (6.64% from 255) = 19.05%
R=44.05%
G=36.90%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37311600.160.570.8542.8639.6210.39
Hex251F1001039552b28a
Octal45372002071125535012
Binary100101111111000001000011100110101011010111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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