Html Css Color HEX #140F01 Maire

📋 copy color: '#140F01'

red 20 ◦ green 15 ◦ blue 1

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

Shades of Maire #140F01

Tints of Maire #140F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 41.67%

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

R = 55.56%
G = 41.67%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#140F01 (or 0x140F01) is known color: Maire. HEX triplet: 14, 0F and 01. RGB value is (20,15,1). Sum of RGB (Red+Green+Blue) = 20+15+1=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #140F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F01 is #EBF0FE. Grayscale: #0E0E0E. Windows color (decimal): -15462655 or 69396. OLE color: 69396.

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

Color convert

RGB 20 15 1 -
CMYK 0 0.25 0.95 0.92
HSL 44.21º 0.9% 0.04% -
HSV(B) 44.21º 0.95% 0.08% -
XYZ 0.46 0.49 0.1 -
YUV 14.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 20 15 1 0 0.25 0.95 0.92 44.21 0.9 0.04
Hex 14 F 1 0 19 5F 5C 2C 5A 4
Octal 24 17 1 0 31 137 134 54 132 4
Binary 10100 1111 1 0 11001 1011111 1011100 101100 1011010 100

Color Harmonies of #140F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F01

Black with #140F01

Text Example


Text Example

White with #140F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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