#251E01

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

Shades of Maire #251E01

Tints of Maire #251E01

Color information

#251E01 (or 0x251E01) is unknown color: approx Maire. HEX triplet: 25, 1E and 01. RGB value is (37,30,1). Sum of RGB (Red+Green+Blue) = 37+30+1=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #251E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E01 is #DAE1FE. Grayscale: #1C1C1C. Windows color (decimal): -14344703 or 73253. OLE color: 73253.

HSL color Cylindrical-coordinate representation of color #251E01: hue angle of 48.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #251E01 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB37301-
CMYK00.190.970.85
HSL48.33º94.74%7.45%-
HSV(B)48.33º97.3%14.51%-
XYZ1.231.320.22-
YUV28.79112.32133.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 54.41%
GREEN value IS 30 (12.11% from 255) = 44.12%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=54.41%
G=44.12%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3730100.190.970.8548.3394.747.45
Hex251E10136155305f7
Octal45361023141125601377
Binary100101111101010011110000110101011100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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