#141308

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

Shades of Maire #141308

Tints of Maire #141308

Color information

#141308 (or 0x141308) is unknown color: approx Maire. HEX triplet: 14, 13 and 08. RGB value is (20,19,8). Sum of RGB (Red+Green+Blue) = 20+19+8=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #141308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141308 is #EBECF7. Grayscale: #121212. Windows color (decimal): -15461624 or 529172. OLE color: 529172.

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

Color convert

RGB20198-
CMYK00.050.600.92
HSL55º42.86%5.49%-
HSV(B)55º60%7.84%-
XYZ0.570.630.32-
YUV18.04122.33129.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 19 (7.81% from 255) = 40.43%
BLUE value IS 8 (3.52% from 255) = 17.02%
R=42.55%
G=40.43%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2019800.050.600.925542.865.49
Hex14138053C5C372b5
Octal242310057413467535
Binary1010010011100001011111001011100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141308; }

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

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

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

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

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

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

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

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