Html Css Color HEX #141601 Maire

📋 copy color: '#141601'

red 20 ◦ green 22 ◦ blue 1

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

Shades of Maire #141601

Tints of Maire #141601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 51.16%

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

R = 46.51%
G = 51.16%
B = 2.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.91

RGB Variations

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

Color information

#141601 (or 0x141601) is known color: Maire. HEX triplet: 14, 16 and 01. RGB value is (20,22,1). Sum of RGB (Red+Green+Blue) = 20+22+1=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #141601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141601 is #EBE9FE. Grayscale: #131313. Windows color (decimal): -15460863 or 71188. OLE color: 71188.

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

Color convert

RGB 20 22 1 -
CMYK 0.09 0 0.95 0.91
HSL 65.71º 0.91% 0.05% -
HSV(B) 65.71º 0.95% 0.09% -
XYZ 0.58 0.72 0.14 -
YUV 19.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 20 22 1 0.09 0 0.95 0.91 65.71 0.91 0.05
Hex 14 16 1 9 0 5F 5B 42 5B 5
Octal 24 26 1 11 0 137 133 102 133 5
Binary 10100 10110 1 1001 0 1011111 1011011 1000010 1011011 101

Color Harmonies of #141601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141601

Black with #141601

Text Example


Text Example

White with #141601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141601; }

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

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

background-color css

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

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

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

border-color css

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

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

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