Html Css Color HEX #141501 Maire

📋 copy color: '#141501'

red 20 ◦ green 21 ◦ blue 1

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

Shades of Maire #141501

Tints of Maire #141501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.38%

R = 47.62%
G = 50%
B = 2.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#141501 (or 0x141501) is known color: Maire. HEX triplet: 14, 15 and 01. RGB value is (20,21,1). Sum of RGB (Red+Green+Blue) = 20+21+1=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #141501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141501 is #EBEAFE. Grayscale: #121212. Windows color (decimal): -15461119 or 70932. OLE color: 70932.

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

Color convert

RGB 20 21 1 -
CMYK 0.05 0 0.95 0.92
HSL 63º 0.91% 0.04% -
HSV(B) 63º 0.95% 0.08% -
XYZ 0.56 0.69 0.13 -
YUV 18.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 20 21 1 0.05 0 0.95 0.92 63 0.91 0.04
Hex 14 15 1 5 0 5F 5C 3F 5B 4
Octal 24 25 1 5 0 137 134 77 133 4
Binary 10100 10101 1 101 0 1011111 1011100 111111 1011011 100

Color Harmonies of #141501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141501

Black with #141501

Text Example


Text Example

White with #141501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141501; }

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

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

background-color css

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

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

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

border-color css

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

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

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