#1F1503

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

Shades of Maire #1F1503

Tints of Maire #1F1503

Color information

#1F1503 (or 0x1F1503) is unknown color: approx Maire. HEX triplet: 1F, 15 and 03. RGB value is (31,21,3). Sum of RGB (Red+Green+Blue) = 31+21+3=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1503 is #E0EAFC. Grayscale: #161616. Windows color (decimal): -14740221 or 202015. OLE color: 202015.

HSL color Cylindrical-coordinate representation of color #1F1503: hue angle of 38.57º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F1503 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB31213-
CMYK00.320.900.88
HSL38.57º82.35%6.67%-
HSV(B)38.57º90.32%12.16%-
XYZ0.850.830.2-
YUV21.94117.31134.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 56.36%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 3 (1.56% from 255) = 5.45%
R=56.36%
G=38.18%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3121300.320.900.8838.5782.356.67
Hex1F1530205A5827527
Octal37253040132130471227
Binary1111110101110100000101101010110001001111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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