#120313

Color #120313 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #120313

Tints of Mardi Gras #120313

Color information

#120313 (or 0x120313) is unknown color: approx 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

RGB18319-
CMYK0.050.8400.93
HSL296.25º72.73%4.31%-
HSV(B)296.25º84.21%7.45%-
XYZ0.40.240.64-
YUV9.31133.47134.2-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal183190.050.8400.93296.2572.734.31
Hex1231355405D128494
Octal22323512401354501114
Binary1001011100111011010100010111011001010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>