#251E0E

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

Shades of Maire #251E0E

Tints of Maire #251E0E

Color information

#251E0E (or 0x251E0E) is unknown color: approx Maire. HEX triplet: 25, 1E and 0E. RGB value is (37,30,14). Sum of RGB (Red+Green+Blue) = 37+30+14=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #251E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E0E is #DAE1F1. Grayscale: #1E1E1E. Windows color (decimal): -14344690 or 925221. OLE color: 925221.

HSL color Cylindrical-coordinate representation of color #251E0E: hue angle of 41.74º 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 #251E0E is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB373014-
CMYK00.190.620.85
HSL41.74º45.1%10%-
HSV(B)41.74º62.16%14.51%-
XYZ1.311.350.61-
YUV30.27118.82132.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 30 (12.11% from 255) = 37.04%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=45.68%
G=37.04%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37301400.190.620.8541.7445.110
Hex251EE0133E552a2da
Octal45361602376125525512
Binary10010111110111001001111111010101011010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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