#140312

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

Shades of Mardi Gras #140312

Tints of Mardi Gras #140312

Color information

#140312 (or 0x140312) is unknown color: approx Mardi Gras. HEX triplet: 14, 03 and 12. RGB value is (20,3,18). Sum of RGB (Red+Green+Blue) = 20+3+18=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140312 is #EBFCED. Grayscale: #090909. Windows color (decimal): -15465710 or 1180436. OLE color: 1180436.

HSL color Cylindrical-coordinate representation of color #140312: hue angle of 307.06º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140312 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB20318-
CMYK00.850.100.92
HSL307.06º73.91%4.51%-
HSV(B)307.06º85%7.84%-
XYZ0.430.260.6-
YUV9.79132.63135.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 18 (7.42% from 255) = 43.90%
R=48.78%
G=7.32%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2031800.850.100.92307.0673.914.51
Hex14312055A5C1334a5
Octal243220125121344631125
Binary10100111001001010101101010111001001100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140312; }

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

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

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

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

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

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

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

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