#141408

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

Shades of Maire #141408

Tints of Maire #141408

Color information

#141408 (or 0x141408) is unknown color: approx Maire. HEX triplet: 14, 14 and 08. RGB value is (20,20,8). Sum of RGB (Red+Green+Blue) = 20+20+8=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 20 - color contains mainly: red, green. Hex color #141408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141408 is #EBEBF7. Grayscale: #121212. Windows color (decimal): -15461368 or 529428. OLE color: 529428.

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

Color convert

RGB20208-
CMYK000.600.92
HSL60º42.86%5.49%-
HSV(B)60º60%7.84%-
XYZ0.580.670.33-
YUV18.63122128.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 41.67%
GREEN value IS 20 (8.20% from 255) = 41.67%
BLUE value IS 8 (3.52% from 255) = 16.67%
R=41.67%
G=41.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20208000.600.926042.865.49
Hex14148003C5C3c2b5
Octal242410007413474535
Binary10100101001000001111001011100111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141408; }

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

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

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

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

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

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

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

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