Html Css Color HEX #13120F Maire

📋 copy color: '#13120F'

red 19 ◦ green 18 ◦ blue 15

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

Shades of Maire #13120F

Tints of Maire #13120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 28.85%

R = 36.54%
G = 34.62%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#13120F (or 0x13120F) is known color: Maire. HEX triplet: 13, 12 and 0F. RGB value is (19,18,15). Sum of RGB (Red+Green+Blue) = 19+18+15=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 19 - color contains mainly: red. Hex color #13120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13120F is #ECEDF0. Grayscale: #111111. Windows color (decimal): -15527409 or 987667. OLE color: 987667.

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

Color convert

RGB 19 18 15 -
CMYK 0 0.05 0.21 0.93
HSL 45º 0.12% 0.07% -
HSV(B) 45º 0.21% 0.07% -
XYZ 0.57 0.61 0.54 -
YUV 17.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 19 18 15 0 0.05 0.21 0.93 45 0.12 0.07
Hex 13 12 F 0 5 15 5D 2D C 7
Octal 23 22 17 0 5 25 135 55 14 7
Binary 10011 10010 1111 0 101 10101 1011101 101101 1100 111

Color Harmonies of #13120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13120F

Black with #13120F

Text Example


Text Example

White with #13120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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