#141007

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

Shades of Maire #141007

Tints of Maire #141007

Color information

#141007 (or 0x141007) is unknown color: approx Maire. HEX triplet: 14, 10 and 07. RGB value is (20,16,7). Sum of RGB (Red+Green+Blue) = 20+16+7=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #141007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141007 is #EBEFF8. Grayscale: #101010. Windows color (decimal): -15462393 or 462868. OLE color: 462868.

HSL color Cylindrical-coordinate representation of color #141007: hue angle of 41.54º 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 #141007 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.92.

Color convert

RGB20167-
CMYK00.200.650.92
HSL41.54º48.15%5.29%-
HSV(B)41.54º65%7.84%-
XYZ0.510.530.28-
YUV16.17122.83130.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 16 (6.64% from 255) = 37.21%
BLUE value IS 7 (3.12% from 255) = 16.28%
R=46.51%
G=37.21%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2016700.200.650.9241.5448.155.29
Hex14107014415C2a305
Octal2420702410113452605
Binary101001000011101010010000011011100101010110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141007; }

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

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

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

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

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

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

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

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