#251F0F

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

Shades of Maire #251F0F

Tints of Maire #251F0F

Color information

#251F0F (or 0x251F0F) is unknown color: approx Maire. HEX triplet: 25, 1F and 0F. RGB value is (37,31,15). Sum of RGB (Red+Green+Blue) = 37+31+15=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #251F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F0F is #DAE0F0. Grayscale: #1F1F1F. Windows color (decimal): -14344433 or 991013. OLE color: 991013.

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

Color convert

RGB373115-
CMYK00.160.590.85
HSL43.64º42.31%10.2%-
HSV(B)43.64º59.46%14.51%-
XYZ1.341.410.65-
YUV30.97118.99132.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 31 (12.5% from 255) = 37.35%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=44.58%
G=37.35%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37311500.160.590.8543.6442.3110.2
Hex251FF0103B552c2aa
Octal45371702073125545212
Binary10010111111111101000011101110101011011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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