#251F0A

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

Shades of Maire #251F0A

Tints of Maire #251F0A

Color information

#251F0A (or 0x251F0A) is unknown color: approx Maire. HEX triplet: 25, 1F and 0A. RGB value is (37,31,10). Sum of RGB (Red+Green+Blue) = 37+31+10=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #251F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F0A is #DAE0F5. Grayscale: #1E1E1E. Windows color (decimal): -14344438 or 663333. OLE color: 663333.

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

Color convert

RGB373110-
CMYK00.160.730.85
HSL46.67º57.45%9.22%-
HSV(B)46.67º72.97%14.51%-
XYZ1.311.40.49-
YUV30.4116.49132.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 31 (12.5% from 255) = 39.74%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=47.44%
G=39.74%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37311000.160.730.8546.6757.459.22
Hex251FA01049552f399
Octal453712020111125577111
Binary100101111111010010000100100110101011011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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