Html Css Color HEX #141100 Maire

📋 copy color: '#141100'

red 20 ◦ green 17 ◦ blue 0

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

Shades of Maire #141100

Tints of Maire #141100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 45.95%

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

R = 54.05%
G = 45.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#141100 (or 0x141100) is known color: Maire. HEX triplet: 14, 11 and 00. RGB value is (20,17,0). Sum of RGB (Red+Green+Blue) = 20+17+0=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #141100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141100 is #EBEEFF. Grayscale: #101010. Windows color (decimal): -15462144 or 4372. OLE color: 4372.

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

Color convert

RGB 20 17 0 -
CMYK 0 0.15 1 0.92
HSL 51º 1% 0.04% -
HSV(B) 51º 1% 0.08% -
XYZ 0.49 0.55 0.08 -
YUV 15.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 20 17 0 0 0.15 1 0.92 51 1 0.04
Hex 14 11 0 0 F 64 5C 33 64 4
Octal 24 21 0 0 17 144 134 63 144 4
Binary 10100 10001 0 0 1111 1100100 1011100 110011 1100100 100

Color Harmonies of #141100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141100

Black with #141100

Text Example


Text Example

White with #141100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141100; }

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

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

background-color css

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

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

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

border-color css

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

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

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