Html Css Color HEX #14130B Maire

📋 copy color: '#14130B'

red 20 ◦ green 19 ◦ blue 11

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

Shades of Maire #14130B

Tints of Maire #14130B

RGB

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

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

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

R = 40%
G = 38%
B = 22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#14130B (or 0x14130B) is known color: Maire. HEX triplet: 14, 13 and 0B. RGB value is (20,19,11). Sum of RGB (Red+Green+Blue) = 20+19+11=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 20 - color contains mainly: red. Hex color #14130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14130B is #EBECF4. Grayscale: #121212. Windows color (decimal): -15461621 or 725780. OLE color: 725780.

HSL color Cylindrical-coordinate representation of color #14130B: hue angle of 53.33º 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 #14130B is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 19 11 -
CMYK 0 0.05 0.45 0.92
HSL 53.33º 0.29% 0.06% -
HSV(B) 53.33º 0.45% 0.08% -
XYZ 0.58 0.64 0.41 -
YUV 18.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 20 19 11 0 0.05 0.45 0.92 53.33 0.29 0.06
Hex 14 13 B 0 5 2D 5C 35 1D 6
Octal 24 23 13 0 5 55 134 65 35 6
Binary 10100 10011 1011 0 101 101101 1011100 110101 11101 110

Color Harmonies of #14130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14130B

Black with #14130B

Text Example


Text Example

White with #14130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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