Html Css Color HEX #141500 Maire

📋 copy color: '#141500'

red 20 ◦ green 21 ◦ blue 0

#141500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #141500

Tints of Maire #141500

RGB

 RED value IS 20 (8.2% from 255) = 48.78%

 GREEN value IS 21 (8.59% from 255) = 51.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.78%
G = 51.22%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#141500 (or 0x141500) is known color: Maire. HEX triplet: 14, 15 and 00. RGB value is (20,21,0). Sum of RGB (Red+Green+Blue) = 20+21+0=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #141500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141500 is #EBEAFF. Grayscale: #121212. Windows color (decimal): -15461120 or 5396. OLE color: 5396.

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

Color convert

RGB 20 21 0 -
CMYK 0.05 0 1 0.92
HSL 62.86º 1% 0.04% -
HSV(B) 62.86º 1% 0.08% -
XYZ 0.56 0.69 0.1 -
YUV 18.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 20 21 0 0.05 0 1 0.92 62.86 1 0.04
Hex 14 15 0 5 0 64 5C 3F 64 4
Octal 24 25 0 5 0 144 134 77 144 4
Binary 10100 10101 0 101 0 1100100 1011100 111111 1100100 100

Color Harmonies of #141500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141500

Black with #141500

Text Example


Text Example

White with #141500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141500; }

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

 H1.HeaderClassName
 {
   color: #141500;
 }
 .AnyTagClassName
 {
   color: #141500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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