Html Css Color HEX #13120A Maire

📋 copy color: '#13120A'

red 19 ◦ green 18 ◦ blue 10

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

Shades of Maire #13120A

Tints of Maire #13120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 21.28%

R = 40.43%
G = 38.3%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#13120A (or 0x13120A) is known color: Maire. HEX triplet: 13, 12 and 0A. RGB value is (19,18,10). Sum of RGB (Red+Green+Blue) = 19+18+10=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 19 - color contains mainly: red. Hex color #13120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13120A is #ECEDF5. Grayscale: #111111. Windows color (decimal): -15527414 or 659987. OLE color: 659987.

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

Color convert

RGB 19 18 10 -
CMYK 0 0.05 0.47 0.93
HSL 53.33º 0.31% 0.06% -
HSV(B) 53.33º 0.47% 0.07% -
XYZ 0.54 0.59 0.37 -
YUV 17.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 19 18 10 0 0.05 0.47 0.93 53.33 0.31 0.06
Hex 13 12 A 0 5 2F 5D 35 1F 6
Octal 23 22 12 0 5 57 135 65 37 6
Binary 10011 10010 1010 0 101 101111 1011101 110101 11111 110

Color Harmonies of #13120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13120A

Black with #13120A

Text Example


Text Example

White with #13120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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