#120913

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

Shades of Mardi Gras #120913

Tints of Mardi Gras #120913

Color information

#120913 (or 0x120913) is unknown color: approx Mardi Gras. HEX triplet: 12, 09 and 13. RGB value is (18,9,19). Sum of RGB (Red+Green+Blue) = 18+9+19=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 19 - color contains mainly: blue. Hex color #120913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120913 is #EDF6EC. Grayscale: #0C0C0C. Windows color (decimal): -15595245 or 1247506. OLE color: 1247506.

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

Color convert

RGB18919-
CMYK0.050.5300.93
HSL294º35.71%5.49%-
HSV(B)294º52.63%7.45%-
XYZ0.460.370.66-
YUV12.83131.48131.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 19 (7.81% from 255) = 41.30%
R=39.13%
G=19.57%
B=41.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal189190.050.5300.9329435.715.49
Hex1291353505D126245
Octal2211235650135446445
Binary1001010011001110111010101011101100100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120913; }

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

 H1.HeaderClassName
 {
   color: #120913;
 }
 .AnyTagClassName
 {
   color: #120913;
 }
</style>
background-color css

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

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

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

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

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

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