Html Css Color HEX #130C12 Mardi Gras

📋 copy color: '#130C12'

red 19 ◦ green 12 ◦ blue 18

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

Shades of Mardi Gras #130C12

Tints of Mardi Gras #130C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 24.49%

 BLUE value IS 18 (7.42% from 255) = 36.73%

R = 38.78%
G = 24.49%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#130C12 (or 0x130C12) is known color: Mardi Gras. HEX triplet: 13, 0C and 12. RGB value is (19,12,18). Sum of RGB (Red+Green+Blue) = 19+12+18=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 19 - color contains mainly: red. Hex color #130C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C12 is #ECF3ED. Grayscale: #0E0E0E. Windows color (decimal): -15528942 or 1182739. OLE color: 1182739.

HSL color Cylindrical-coordinate representation of color #130C12: hue angle of 308.57º 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 #130C12 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 12 18 -
CMYK 0 0.37 0.05 0.93
HSL 308.57º 0.23% 0.06% -
HSV(B) 308.57º 0.37% 0.07% -
XYZ 0.51 0.45 0.63 -
YUV 14.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 19 12 18 0 0.37 0.05 0.93 308.57 0.23 0.06
Hex 13 C 12 0 25 5 5D 135 17 6
Octal 23 14 22 0 45 5 135 465 27 6
Binary 10011 1100 10010 0 100101 101 1011101 100110101 10111 110

Color Harmonies of #130C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C12

Black with #130C12

Text Example


Text Example

White with #130C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130C12; }

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

 H1.HeaderClassName
 {
   color: #130C12;
 }
 .AnyTagClassName
 {
   color: #130C12;
 }
</style>

background-color css

<style>
 a { background-color: #130C12; }

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

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

border-color css

<style>
 span { border-color: #130C12; }

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

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