Html Css Color HEX #120513 Mardi Gras

📋 copy color: '#120513'

red 18 ◦ green 5 ◦ blue 19

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

Shades of Mardi Gras #120513

Tints of Mardi Gras #120513

RGB

 RED value IS 18 (7.42% from 255) = 42.86%

 GREEN value IS 5 (2.34% from 255) = 11.9%

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

R = 42.86%
G = 11.9%
B = 45.24%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120513 (or 0x120513) is known color: Mardi Gras. HEX triplet: 12, 05 and 13. RGB value is (18,5,19). Sum of RGB (Red+Green+Blue) = 18+5+19=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 19 - color contains mainly: blue. Hex color #120513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120513 is #EDFAEC. Grayscale: #0A0A0A. Windows color (decimal): -15596269 or 1246482. OLE color: 1246482.

HSL color Cylindrical-coordinate representation of color #120513: hue angle of 295.71º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #120513 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 5 19 -
CMYK 0.05 0.74 0 0.93
HSL 295.71º 0.58% 0.05% -
HSV(B) 295.71º 0.74% 0.07% -
XYZ 0.42 0.28 0.65 -
YUV 10.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 18 5 19 0.05 0.74 0 0.93 295.71 0.58 0.05
Hex 12 5 13 5 4A 0 5D 128 3A 5
Octal 22 5 23 5 112 0 135 450 72 5
Binary 10010 101 10011 101 1001010 0 1011101 100101000 111010 101

Color Harmonies of #120513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120513

Black with #120513

Text Example


Text Example

White with #120513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120513; }

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

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

background-color css

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

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

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

border-color css

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

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

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