Html Css Color HEX #141004 Maire

📋 copy color: '#141004'

red 20 ◦ green 16 ◦ blue 4

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

Shades of Maire #141004

Tints of Maire #141004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 10%

R = 50%
G = 40%
B = 10%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.92

RGB Variations

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

Color information

#141004 (or 0x141004) is known color: Maire. HEX triplet: 14, 10 and 04. RGB value is (20,16,4). Sum of RGB (Red+Green+Blue) = 20+16+4=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #141004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141004 is #EBEFFB. Grayscale: #0F0F0F. Windows color (decimal): -15462396 or 266260. OLE color: 266260.

HSL color Cylindrical-coordinate representation of color #141004: hue angle of 45º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141004 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 16 4 -
CMYK 0 0.20 0.80 0.92
HSL 45º 0.67% 0.05% -
HSV(B) 45º 0.8% 0.08% -
XYZ 0.5 0.53 0.19 -
YUV 15.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 20 16 4 0 0.20 0.80 0.92 45 0.67 0.05
Hex 14 10 4 0 14 50 5C 2D 43 5
Octal 24 20 4 0 24 120 134 55 103 5
Binary 10100 10000 100 0 10100 1010000 1011100 101101 1000011 101

Color Harmonies of #141004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141004

Black with #141004

Text Example


Text Example

White with #141004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141004; }

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

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

background-color css

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

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

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

border-color css

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

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

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