#1F1501

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

Shades of Maire #1F1501

Tints of Maire #1F1501

Color information

#1F1501 (or 0x1F1501) is unknown color: approx Maire. HEX triplet: 1F, 15 and 01. RGB value is (31,21,1). Sum of RGB (Red+Green+Blue) = 31+21+1=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1501 is #E0EAFE. Grayscale: #151515. Windows color (decimal): -14740223 or 70943. OLE color: 70943.

HSL color Cylindrical-coordinate representation of color #1F1501: hue angle of 40º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F1501 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB31211-
CMYK00.320.970.88
HSL40º93.75%6.27%-
HSV(B)40º96.77%12.16%-
XYZ0.840.830.14-
YUV21.71116.31134.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 58.49%
GREEN value IS 21 (8.59% from 255) = 39.62%
BLUE value IS 1 (0.78% from 255) = 1.89%
R=58.49%
G=39.62%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3121100.320.970.884093.756.27
Hex1F1510206158285e6
Octal37251040141130501366
Binary111111010110100000110000110110001010001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1501; }

 p { color: rgb(31,21,1); }

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

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

 a { background-color: rgb(31,21,1); }

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

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

 span { border-color: rgb(31,21,1); }

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