#141304

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

Shades of Maire #141304

Tints of Maire #141304

Color information

#141304 (or 0x141304) is unknown color: approx Maire. HEX triplet: 14, 13 and 04. RGB value is (20,19,4). Sum of RGB (Red+Green+Blue) = 20+19+4=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #141304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141304 is #EBECFB. Grayscale: #111111. Windows color (decimal): -15461628 or 267028. OLE color: 267028.

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

Color convert

RGB20194-
CMYK00.050.800.92
HSL56.25º66.67%4.71%-
HSV(B)56.25º80%7.84%-
XYZ0.540.620.21-
YUV17.59120.33129.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 19 (7.81% from 255) = 44.19%
BLUE value IS 4 (1.95% from 255) = 9.30%
R=46.51%
G=44.19%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2019400.050.800.9256.2566.674.71
Hex1413405505C38435
Octal2423405120134701035
Binary10100100111000101101000010111001110001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141304; }

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

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

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

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

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

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

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

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