Html Css Color HEX #120313 Mardi Gras

📋 copy color: '#120313'

red 18 ◦ green 3 ◦ blue 19

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

Shades of Mardi Gras #120313

Tints of Mardi Gras #120313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.5%

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

R = 45%
G = 7.5%
B = 47.5%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120313 (or 0x120313) is known color: Mardi Gras. HEX triplet: 12, 03 and 13. RGB value is (18,3,19). Sum of RGB (Red+Green+Blue) = 18+3+19=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 19 - color contains mainly: blue. Hex color #120313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120313 is #EDFCEC. Grayscale: #090909. Windows color (decimal): -15596781 or 1245970. OLE color: 1245970.

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

Color convert

RGB 18 3 19 -
CMYK 0.05 0.84 0 0.93
HSL 296.25º 0.73% 0.04% -
HSV(B) 296.25º 0.84% 0.07% -
XYZ 0.4 0.24 0.64 -
YUV 9.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 18 3 19 0.05 0.84 0 0.93 296.25 0.73 0.04
Hex 12 3 13 5 54 0 5D 128 49 4
Octal 22 3 23 5 124 0 135 450 111 4
Binary 10010 11 10011 101 1010100 0 1011101 100101000 1001001 100

Color Harmonies of #120313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120313

Black with #120313

Text Example


Text Example

White with #120313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120313; }

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

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

background-color css

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

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

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

border-color css

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

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

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