#141201

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

Shades of Maire #141201

Tints of Maire #141201

Color information

#141201 (or 0x141201) is unknown color: approx Maire. HEX triplet: 14, 12 and 01. RGB value is (20,18,1). Sum of RGB (Red+Green+Blue) = 20+18+1=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #141201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141201 is #EBEDFE. Grayscale: #101010. Windows color (decimal): -15461887 or 70164. OLE color: 70164.

HSL color Cylindrical-coordinate representation of color #141201: hue angle of 53.68º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #141201 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB20181-
CMYK00.100.950.92
HSL53.68º90.48%4.12%-
HSV(B)53.68º95%7.84%-
XYZ0.510.580.11-
YUV16.66119.16130.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 51.28%
GREEN value IS 18 (7.42% from 255) = 46.15%
BLUE value IS 1 (0.78% from 255) = 2.56%
R=51.28%
G=46.15%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2018100.100.950.9253.6890.484.12
Hex141210A5F5C365a4
Octal24221012137134661324
Binary1010010010101010101111110111001101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141201; }

 p { color: rgb(20,18,1); }

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

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

 a { background-color: rgb(20,18,1); }

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

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

 span { border-color: rgb(20,18,1); }

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