Html Css Color HEX #141001 Maire

📋 copy color: '#141001'

red 20 ◦ green 16 ◦ blue 1

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

Shades of Maire #141001

Tints of Maire #141001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 43.24%

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

R = 54.05%
G = 43.24%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#141001 (or 0x141001) is known color: Maire. HEX triplet: 14, 10 and 01. RGB value is (20,16,1). Sum of RGB (Red+Green+Blue) = 20+16+1=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #141001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141001 is #EBEFFE. Grayscale: #0F0F0F. Windows color (decimal): -15462399 or 69652. OLE color: 69652.

HSL color Cylindrical-coordinate representation of color #141001: hue angle of 47.37º degrees, saturation: 0.9, 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 #141001 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 16 1 -
CMYK 0 0.20 0.95 0.92
HSL 47.37º 0.9% 0.04% -
HSV(B) 47.37º 0.95% 0.08% -
XYZ 0.48 0.52 0.1 -
YUV 15.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 20 16 1 0 0.20 0.95 0.92 47.37 0.9 0.04
Hex 14 10 1 0 14 5F 5C 2F 5A 4
Octal 24 20 1 0 24 137 134 57 132 4
Binary 10100 10000 1 0 10100 1011111 1011100 101111 1011010 100

Color Harmonies of #141001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141001

Black with #141001

Text Example


Text Example

White with #141001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141001; }

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

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

background-color css

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

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

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

border-color css

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

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

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