Html Css Color HEX #130A12 Mardi Gras

📋 copy color: '#130A12'

red 19 ◦ green 10 ◦ blue 18

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

Shades of Mardi Gras #130A12

Tints of Mardi Gras #130A12

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#130A12 (or 0x130A12) is known color: Mardi Gras. HEX triplet: 13, 0A and 12. RGB value is (19,10,18). Sum of RGB (Red+Green+Blue) = 19+10+18=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 19 - color contains mainly: red. Hex color #130A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A12 is #ECF5ED. Grayscale: #0D0D0D. Windows color (decimal): -15529454 or 1182227. OLE color: 1182227.

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

Color convert

RGB 19 10 18 -
CMYK 0 0.47 0.05 0.93
HSL 306.67º 0.31% 0.06% -
HSV(B) 306.67º 0.47% 0.07% -
XYZ 0.49 0.4 0.62 -
YUV 13.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 19 10 18 0 0.47 0.05 0.93 306.67 0.31 0.06
Hex 13 A 12 0 2F 5 5D 133 1F 6
Octal 23 12 22 0 57 5 135 463 37 6
Binary 10011 1010 10010 0 101111 101 1011101 100110011 11111 110

Color Harmonies of #130A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A12

Black with #130A12

Text Example


Text Example

White with #130A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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