Html Css Color HEX #150012 Mardi Gras

📋 copy color: '#150012'

red 21 ◦ green 0 ◦ blue 18

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

Shades of Mardi Gras #150012

Tints of Mardi Gras #150012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 46.15%

R = 53.85%
G = 0%
B = 46.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#150012 (or 0x150012) is known color: Mardi Gras. HEX triplet: 15, 00 and 12. RGB value is (21,0,18). Sum of RGB (Red+Green+Blue) = 21+0+18=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #150012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150012 is #EAFFED. Grayscale: #080808. Windows color (decimal): -15400942 or 1179669. OLE color: 1179669.

HSL color Cylindrical-coordinate representation of color #150012: hue angle of 308.57º 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 #150012 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 0 18 -
CMYK 0 1 0.14 0.92
HSL 308.57º 1% 0.04% -
HSV(B) 308.57º 1% 0.08% -
XYZ 0.42 0.2 0.59 -
YUV 8.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 21 0 18 0 1 0.14 0.92 308.57 1 0.04
Hex 15 0 12 0 64 E 5C 135 64 4
Octal 25 0 22 0 144 16 134 465 144 4
Binary 10101 0 10010 0 1100100 1110 1011100 100110101 1100100 100

Color Harmonies of #150012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150012

Black with #150012

Text Example


Text Example

White with #150012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150012; }

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

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

background-color css

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

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

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

border-color css

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

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

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