Html Css Color HEX #13130C Maire

📋 copy color: '#13130C'

red 19 ◦ green 19 ◦ blue 12

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

Shades of Maire #13130C

Tints of Maire #13130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 24%

R = 38%
G = 38%
B = 24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.93

RGB Variations

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

Color information

#13130C (or 0x13130C) is known color: Maire. HEX triplet: 13, 13 and 0C. RGB value is (19,19,12). Sum of RGB (Red+Green+Blue) = 19+19+12=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 19 - color contains mainly: red, green. Hex color #13130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13130C is #ECECF3. Grayscale: #121212. Windows color (decimal): -15527156 or 791315. OLE color: 791315.

HSL color Cylindrical-coordinate representation of color #13130C: hue angle of 60º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #13130C is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 19 12 -
CMYK 0 0 0.37 0.93
HSL 60º 0.23% 0.06% -
HSV(B) 60º 0.37% 0.07% -
XYZ 0.57 0.63 0.44 -
YUV 18.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 19 19 12 0 0 0.37 0.93 60 0.23 0.06
Hex 13 13 C 0 0 25 5D 3C 17 6
Octal 23 23 14 0 0 45 135 74 27 6
Binary 10011 10011 1100 0 0 100101 1011101 111100 10111 110

Color Harmonies of #13130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13130C

Black with #13130C

Text Example


Text Example

White with #13130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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