Html Css Color HEX #130F13 Mardi Gras

📋 copy color: '#130F13'

red 19 ◦ green 15 ◦ blue 19

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

Shades of Mardi Gras #130F13

Tints of Mardi Gras #130F13

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#130F13 (or 0x130F13) is known color: Mardi Gras. HEX triplet: 13, 0F and 13. RGB value is (19,15,19). Sum of RGB (Red+Green+Blue) = 19+15+19=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F13 is #ECF0EC. Grayscale: #101010. Windows color (decimal): -15528173 or 1249043. OLE color: 1249043.

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

Color convert

RGB 19 15 19 -
CMYK 0 0.21 0 0.93
HSL 300º 0.12% 0.07% -
HSV(B) 300º 0.21% 0.07% -
XYZ 0.56 0.53 0.69 -
YUV 16.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 19 15 19 0 0.21 0 0.93 300 0.12 0.07
Hex 13 F 13 0 15 0 5D 12C C 7
Octal 23 17 23 0 25 0 135 454 14 7
Binary 10011 1111 10011 0 10101 0 1011101 100101100 1100 111

Color Harmonies of #130F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F13

Black with #130F13

Text Example


Text Example

White with #130F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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