Html Css Color HEX #140D01 Maire

📋 copy color: '#140D01'

red 20 ◦ green 13 ◦ blue 1

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

Shades of Maire #140D01

Tints of Maire #140D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 38.24%

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

R = 58.82%
G = 38.24%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#140D01 (or 0x140D01) is known color: Maire. HEX triplet: 14, 0D and 01. RGB value is (20,13,1). Sum of RGB (Red+Green+Blue) = 20+13+1=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #140D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D01 is #EBF2FE. Grayscale: #0D0D0D. Windows color (decimal): -15463167 or 68884. OLE color: 68884.

HSL color Cylindrical-coordinate representation of color #140D01: hue angle of 37.89º 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 #140D01 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 13 1 -
CMYK 0 0.35 0.95 0.92
HSL 37.89º 0.9% 0.04% -
HSV(B) 37.89º 0.95% 0.08% -
XYZ 0.44 0.44 0.09 -
YUV 13.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 20 13 1 0 0.35 0.95 0.92 37.89 0.9 0.04
Hex 14 D 1 0 23 5F 5C 26 5A 4
Octal 24 15 1 0 43 137 134 46 132 4
Binary 10100 1101 1 0 100011 1011111 1011100 100110 1011010 100

Color Harmonies of #140D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D01

Black with #140D01

Text Example


Text Example

White with #140D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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