Html Css Color HEX #150013 Mardi Gras

📋 copy color: '#150013'

red 21 ◦ green 0 ◦ blue 19

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

Shades of Mardi Gras #150013

Tints of Mardi Gras #150013

RGB

 RED value IS 21 (8.59% from 255) = 52.5%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 47.5%

R = 52.5%
G = 0%
B = 47.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#150013 (or 0x150013) is known color: Mardi Gras. HEX triplet: 15, 00 and 13. RGB value is (21,0,19). Sum of RGB (Red+Green+Blue) = 21+0+19=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150013 is #EAFFEC. Grayscale: #080808. Windows color (decimal): -15400941 or 1245205. OLE color: 1245205.

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

Color convert

RGB 21 0 19 -
CMYK 0 1 0.10 0.92
HSL 305.71º 1% 0.04% -
HSV(B) 305.71º 1% 0.08% -
XYZ 0.43 0.21 0.63 -
YUV 8.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 21 0 19 0 1 0.10 0.92 305.71 1 0.04
Hex 15 0 13 0 64 A 5C 132 64 4
Octal 25 0 23 0 144 12 134 462 144 4
Binary 10101 0 10011 0 1100100 1010 1011100 100110010 1100100 100

Color Harmonies of #150013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150013

Black with #150013

Text Example


Text Example

White with #150013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150013; }

 p { color: rgb(21,0,19); }

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

background-color css

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

 a { background-color: rgb(21,0,19); }

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

border-color css

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

 span { border-color: rgb(21,0,19); }

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