Html Css Color HEX #150C15 Mardi Gras

📋 copy color: '#150C15'

red 21 ◦ green 12 ◦ blue 21

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

Shades of Mardi Gras #150C15

Tints of Mardi Gras #150C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 22.22%

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

R = 38.89%
G = 22.22%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#150C15 (or 0x150C15) is known color: Mardi Gras. HEX triplet: 15, 0C and 15. RGB value is (21,12,21). Sum of RGB (Red+Green+Blue) = 21+12+21=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C15 is #EAF3EA. Grayscale: #0F0F0F. Windows color (decimal): -15397867 or 1379349. OLE color: 1379349.

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

Color convert

RGB 21 12 21 -
CMYK 0 0.43 0 0.92
HSL 300º 0.27% 0.06% -
HSV(B) 300º 0.43% 0.08% -
XYZ 0.58 0.48 0.77 -
YUV 15.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 21 12 21 0 0.43 0 0.92 300 0.27 0.06
Hex 15 C 15 0 2B 0 5C 12C 1B 6
Octal 25 14 25 0 53 0 134 454 33 6
Binary 10101 1100 10101 0 101011 0 1011100 100101100 11011 110

Color Harmonies of #150C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C15

Black with #150C15

Text Example


Text Example

White with #150C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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