Html Css Color HEX #140415 Mardi Gras

📋 copy color: '#140415'

red 20 ◦ green 4 ◦ blue 21

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

Shades of Mardi Gras #140415

Tints of Mardi Gras #140415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.89%

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

R = 44.44%
G = 8.89%
B = 46.67%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140415 (or 0x140415) is known color: Mardi Gras. HEX triplet: 14, 04 and 15. RGB value is (20,4,21). Sum of RGB (Red+Green+Blue) = 20+4+21=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #140415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140415 is #EBFBEA. Grayscale: #0A0A0A. Windows color (decimal): -15465451 or 1377300. OLE color: 1377300.

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

Color convert

RGB 20 4 21 -
CMYK 0.05 0.81 0 0.92
HSL 296.47º 0.68% 0.05% -
HSV(B) 296.47º 0.81% 0.08% -
XYZ 0.47 0.29 0.74 -
YUV 10.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 20 4 21 0.05 0.81 0 0.92 296.47 0.68 0.05
Hex 14 4 15 5 51 0 5C 128 44 5
Octal 24 4 25 5 121 0 134 450 104 5
Binary 10100 100 10101 101 1010001 0 1011100 100101000 1000100 101

Color Harmonies of #140415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140415

Black with #140415

Text Example


Text Example

White with #140415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140415; }

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

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

background-color css

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

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

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

border-color css

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

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

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