Html Css Color HEX #151015 Mardi Gras

📋 copy color: '#151015'

red 21 ◦ green 16 ◦ blue 21

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

Shades of Mardi Gras #151015

Tints of Mardi Gras #151015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.59%

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

R = 36.21%
G = 27.59%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#151015 (or 0x151015) is known color: Mardi Gras. HEX triplet: 15, 10 and 15. RGB value is (21,16,21). Sum of RGB (Red+Green+Blue) = 21+16+21=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #151015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151015 is #EAEFEA. Grayscale: #121212. Windows color (decimal): -15396843 or 1380373. OLE color: 1380373.

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

Color convert

RGB 21 16 21 -
CMYK 0 0.24 0 0.92
HSL 300º 0.14% 0.07% -
HSV(B) 300º 0.24% 0.08% -
XYZ 0.63 0.58 0.79 -
YUV 18.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 21 16 21 0 0.24 0 0.92 300 0.14 0.07
Hex 15 10 15 0 18 0 5C 12C E 7
Octal 25 20 25 0 30 0 134 454 16 7
Binary 10101 10000 10101 0 11000 0 1011100 100101100 1110 111

Color Harmonies of #151015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151015

Black with #151015

Text Example


Text Example

White with #151015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151015; }

 p { color: rgb(21,16,21); }

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

background-color css

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

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

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

border-color css

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

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

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