Html Css Color HEX #140115 Mardi Gras

📋 copy color: '#140115'

red 20 ◦ green 1 ◦ blue 21

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

Shades of Mardi Gras #140115

Tints of Mardi Gras #140115

RGB

 RED value IS 20 (8.2% from 255) = 47.62%

 GREEN value IS 1 (0.78% from 255) = 2.38%

 BLUE value IS 21 (8.59% from 255) = 50%

R = 47.62%
G = 2.38%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140115 (or 0x140115) is known color: Mardi Gras. HEX triplet: 14, 01 and 15. RGB value is (20,1,21). Sum of RGB (Red+Green+Blue) = 20+1+21=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #140115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140115 is #EBFEEA. Grayscale: #080808. Windows color (decimal): -15466219 or 1376532. OLE color: 1376532.

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

Color convert

RGB 20 1 21 -
CMYK 0.05 0.95 0 0.92
HSL 297º 0.91% 0.04% -
HSV(B) 297º 0.95% 0.08% -
XYZ 0.43 0.22 0.73 -
YUV 8.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 20 1 21 0.05 0.95 0 0.92 297 0.91 0.04
Hex 14 1 15 5 5F 0 5C 129 5B 4
Octal 24 1 25 5 137 0 134 451 133 4
Binary 10100 1 10101 101 1011111 0 1011100 100101001 1011011 100

Color Harmonies of #140115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140115

Black with #140115

Text Example


Text Example

White with #140115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140115; }

 p { color: rgb(20,1,21); }

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

background-color css

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

 a { background-color: rgb(20,1,21); }

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

border-color css

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

 span { border-color: rgb(20,1,21); }

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