#251900

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

Shades of Maire #251900

Tints of Maire #251900

Color information

#251900 (or 0x251900) is unknown color: approx Maire. HEX triplet: 25, 19 and 00. RGB value is (37,25,0). Sum of RGB (Red+Green+Blue) = 37+25+0=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #251900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251900 is #DAE6FF. Grayscale: #191919. Windows color (decimal): -14345984 or 6437. OLE color: 6437.

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

Color convert

RGB37250-
CMYK00.3210.85
HSL40.54º100%7.25%-
HSV(B)40.54º100%14.51%-
XYZ1.111.090.15-
YUV25.74113.48136.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 59.68%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.68%
G=40.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3725000.3210.8540.541007.25
Hex25190020645529647
Octal45310040144125511447
Binary1001011100100100000110010010101011010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251900; }

 p { color: rgb(37,25,0); }

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

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

 a { background-color: rgb(37,25,0); }

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

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

 span { border-color: rgb(37,25,0); }

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