#141508

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

Shades of Maire #141508

Tints of Maire #141508

Color information

#141508 (or 0x141508) is unknown color: approx Maire. HEX triplet: 14, 15 and 08. RGB value is (20,21,8). Sum of RGB (Red+Green+Blue) = 20+21+8=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #141508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141508 is #EBEAF7. Grayscale: #131313. Windows color (decimal): -15461112 or 529684. OLE color: 529684.

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

Color convert

RGB20218-
CMYK0.0500.620.92
HSL64.62º44.83%5.69%-
HSV(B)64.62º61.9%8.24%-
XYZ0.60.70.33-
YUV19.22121.67128.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 8 (3.52% from 255) = 16.33%
R=40.82%
G=42.86%
B=16.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202180.0500.620.9264.6244.835.69
Hex14158503E5C412d6
Octal2425105076134101556
Binary10100101011000101011111010111001000001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141508; }

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

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

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

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

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

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

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

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