Html Css Color HEX #14140B Maire

📋 copy color: '#14140B'

red 20 ◦ green 20 ◦ blue 11

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

Shades of Maire #14140B

Tints of Maire #14140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 21.57%

R = 39.22%
G = 39.22%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#14140B (or 0x14140B) is known color: Maire. HEX triplet: 14, 14 and 0B. RGB value is (20,20,11). Sum of RGB (Red+Green+Blue) = 20+20+11=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 20 - color contains mainly: red, green. Hex color #14140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14140B is #EBEBF4. Grayscale: #131313. Windows color (decimal): -15461365 or 726036. OLE color: 726036.

HSL color Cylindrical-coordinate representation of color #14140B: hue angle of 60º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #14140B is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 20 11 -
CMYK 0 0 0.45 0.92
HSL 60º 0.29% 0.06% -
HSV(B) 60º 0.45% 0.08% -
XYZ 0.6 0.67 0.41 -
YUV 18.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 20 20 11 0 0 0.45 0.92 60 0.29 0.06
Hex 14 14 B 0 0 2D 5C 3C 1D 6
Octal 24 24 13 0 0 55 134 74 35 6
Binary 10100 10100 1011 0 0 101101 1011100 111100 11101 110

Color Harmonies of #14140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14140B

Black with #14140B

Text Example


Text Example

White with #14140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14140B; }

 p { color: rgb(20,20,11); }

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

background-color css

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

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

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

border-color css

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

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

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