#251D01

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

Shades of Maire #251D01

Tints of Maire #251D01

Color information

#251D01 (or 0x251D01) is unknown color: approx Maire. HEX triplet: 25, 1D and 01. RGB value is (37,29,1). Sum of RGB (Red+Green+Blue) = 37+29+1=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #251D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D01 is #DAE2FE. Grayscale: #1C1C1C. Windows color (decimal): -14344959 or 72997. OLE color: 72997.

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

Color convert

RGB37291-
CMYK00.220.970.85
HSL46.67º94.74%7.45%-
HSV(B)46.67º97.3%14.51%-
XYZ1.211.270.21-
YUV28.2112.65134.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 55.22%
GREEN value IS 29 (11.72% from 255) = 43.28%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=55.22%
G=43.28%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3729100.220.970.8546.6794.747.45
Hex251D101661552f5f7
Octal45351026141125571377
Binary100101111011010110110000110101011011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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