Html Css Color HEX #13120D Maire

📋 copy color: '#13120D'

red 19 ◦ green 18 ◦ blue 13

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

Shades of Maire #13120D

Tints of Maire #13120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 36%

 BLUE value IS 13 (5.47% from 255) = 26%

R = 38%
G = 36%
B = 26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#13120D (or 0x13120D) is known color: Maire. HEX triplet: 13, 12 and 0D. RGB value is (19,18,13). Sum of RGB (Red+Green+Blue) = 19+18+13=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 19 - color contains mainly: red. Hex color #13120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13120D is #ECEDF2. Grayscale: #111111. Windows color (decimal): -15527411 or 856595. OLE color: 856595.

HSL color Cylindrical-coordinate representation of color #13120D: hue angle of 50º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #13120D is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 18 13 -
CMYK 0 0.05 0.32 0.93
HSL 50º 0.19% 0.06% -
HSV(B) 50º 0.32% 0.07% -
XYZ 0.56 0.6 0.47 -
YUV 17.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 19 18 13 0 0.05 0.32 0.93 50 0.19 0.06
Hex 13 12 D 0 5 20 5D 32 13 6
Octal 23 22 15 0 5 40 135 62 23 6
Binary 10011 10010 1101 0 101 100000 1011101 110010 10011 110

Color Harmonies of #13120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13120D

Black with #13120D

Text Example


Text Example

White with #13120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13120D; }

 p { color: rgb(19,18,13); }

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

background-color css

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

 a { background-color: rgb(19,18,13); }

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

border-color css

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

 span { border-color: rgb(19,18,13); }

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