Html Css Color HEX #14130C Maire

📋 copy color: '#14130C'

red 20 ◦ green 19 ◦ blue 12

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

Shades of Maire #14130C

Tints of Maire #14130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 37.25%

 BLUE value IS 12 (5.08% from 255) = 23.53%

R = 39.22%
G = 37.25%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.92

RGB Variations

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

Color information

#14130C (or 0x14130C) is known color: Maire. HEX triplet: 14, 13 and 0C. RGB value is (20,19,12). Sum of RGB (Red+Green+Blue) = 20+19+12=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 20 - color contains mainly: red. Hex color #14130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14130C is #EBECF3. Grayscale: #121212. Windows color (decimal): -15461620 or 791316. OLE color: 791316.

HSL color Cylindrical-coordinate representation of color #14130C: hue angle of 52.5º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #14130C is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 19 12 -
CMYK 0 0.05 0.40 0.92
HSL 52.5º 0.25% 0.06% -
HSV(B) 52.5º 0.4% 0.08% -
XYZ 0.59 0.64 0.44 -
YUV 18.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 20 19 12 0 0.05 0.40 0.92 52.5 0.25 0.06
Hex 14 13 C 0 5 28 5C 34 19 6
Octal 24 23 14 0 5 50 134 64 31 6
Binary 10100 10011 1100 0 101 101000 1011100 110100 11001 110

Color Harmonies of #14130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14130C

Black with #14130C

Text Example


Text Example

White with #14130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14130C; }

 p { color: rgb(20,19,12); }

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

background-color css

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

 a { background-color: rgb(20,19,12); }

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

border-color css

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

 span { border-color: rgb(20,19,12); }

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