Html Css Color HEX #13130F Maire

📋 copy color: '#13130F'

red 19 ◦ green 19 ◦ blue 15

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

Shades of Maire #13130F

Tints of Maire #13130F

RGB

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

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

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

R = 35.85%
G = 35.85%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#13130F (or 0x13130F) is known color: Maire. HEX triplet: 13, 13 and 0F. RGB value is (19,19,15). Sum of RGB (Red+Green+Blue) = 19+19+15=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 19 - color contains mainly: red, green. Hex color #13130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13130F is #ECECF0. Grayscale: #121212. Windows color (decimal): -15527153 or 987923. OLE color: 987923.

HSL color Cylindrical-coordinate representation of color #13130F: hue angle of 60º 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 #13130F is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 19 15 -
CMYK 0 0 0.21 0.93
HSL 60º 0.12% 0.07% -
HSV(B) 60º 0.21% 0.07% -
XYZ 0.59 0.64 0.54 -
YUV 18.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 19 19 15 0 0 0.21 0.93 60 0.12 0.07
Hex 13 13 F 0 0 15 5D 3C C 7
Octal 23 23 17 0 0 25 135 74 14 7
Binary 10011 10011 1111 0 0 10101 1011101 111100 1100 111

Color Harmonies of #13130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13130F

Black with #13130F

Text Example


Text Example

White with #13130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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