Html Css Color HEX #151315 Mardi Gras

📋 copy color: '#151315'

red 21 ◦ green 19 ◦ blue 21

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

Shades of Mardi Gras #151315

Tints of Mardi Gras #151315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 31.15%

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

R = 34.43%
G = 31.15%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#151315 (or 0x151315) is known color: Mardi Gras. HEX triplet: 15, 13 and 15. RGB value is (21,19,21). Sum of RGB (Red+Green+Blue) = 21+19+21=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #151315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151315 is #EAECEA. Grayscale: #131313. Windows color (decimal): -15396075 or 1381141. OLE color: 1381141.

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

Color convert

RGB 21 19 21 -
CMYK 0 0.10 0 0.92
HSL 300º 0.05% 0.08% -
HSV(B) 300º 0.1% 0.08% -
XYZ 0.68 0.68 0.8 -
YUV 19.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 21 19 21 0 0.10 0 0.92 300 0.05 0.08
Hex 15 13 15 0 A 0 5C 12C 5 8
Octal 25 23 25 0 12 0 134 454 5 10
Binary 10101 10011 10101 0 1010 0 1011100 100101100 101 1000

Color Harmonies of #151315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151315

Black with #151315

Text Example


Text Example

White with #151315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151315; }

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

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

background-color css

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

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

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

border-color css

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

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

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