#141307

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

Shades of Maire #141307

Tints of Maire #141307

Color information

#141307 (or 0x141307) is unknown color: approx Maire. HEX triplet: 14, 13 and 07. RGB value is (20,19,7). Sum of RGB (Red+Green+Blue) = 20+19+7=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 7 (3.12% from 255 or 15.22% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #141307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141307 is #EBECF8. Grayscale: #111111. Windows color (decimal): -15461625 or 463636. OLE color: 463636.

HSL color Cylindrical-coordinate representation of color #141307: hue angle of 55.38º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #141307 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.92.

Color convert

RGB20197-
CMYK00.050.650.92
HSL55.38º48.15%5.29%-
HSV(B)55.38º65%7.84%-
XYZ0.560.630.29-
YUV17.93121.83129.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 19 (7.81% from 255) = 41.30%
BLUE value IS 7 (3.12% from 255) = 15.22%
R=43.48%
G=41.30%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2019700.050.650.9255.3848.155.29
Hex1413705415C37305
Octal242370510113467605
Binary1010010011111010110000011011100110111110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141307; }

 p { color: rgb(20,19,7); }

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

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

 a { background-color: rgb(20,19,7); }

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

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

 span { border-color: rgb(20,19,7); }

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