#251F07

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

Shades of Maire #251F07

Tints of Maire #251F07

Color information

#251F07 (or 0x251F07) is unknown color: approx Maire. HEX triplet: 25, 1F and 07. RGB value is (37,31,7). Sum of RGB (Red+Green+Blue) = 37+31+7=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F07 is #DAE0F8. Grayscale: #1E1E1E. Windows color (decimal): -14344441 or 466725. OLE color: 466725.

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

Color convert

RGB37317-
CMYK00.160.810.85
HSL48º68.18%8.63%-
HSV(B)48º81.08%14.51%-
XYZ1.291.390.4-
YUV30.06114.99132.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 7 (3.12% from 255) = 9.33%
R=49.33%
G=41.33%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3731700.160.810.854868.188.63
Hex251F7010515530449
Octal453770201211256010411
Binary100101111111110100001010001101010111000010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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