Html Css Color HEX #150516 Mardi Gras

📋 copy color: '#150516'

red 21 ◦ green 5 ◦ blue 22

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

Shades of Mardi Gras #150516

Tints of Mardi Gras #150516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.42%

 BLUE value IS 22 (8.98% from 255) = 45.83%

R = 43.75%
G = 10.42%
B = 45.83%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#150516 (or 0x150516) is known color: Mardi Gras. HEX triplet: 15, 05 and 16. RGB value is (21,5,22). Sum of RGB (Red+Green+Blue) = 21+5+22=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #150516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150516 is #EAFAE9. Grayscale: #0B0B0B. Windows color (decimal): -15399658 or 1443093. OLE color: 1443093.

HSL color Cylindrical-coordinate representation of color #150516: hue angle of 296.47º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #150516 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 21 5 22 -
CMYK 0.05 0.77 0 0.91
HSL 296.47º 0.63% 0.05% -
HSV(B) 296.47º 0.77% 0.09% -
XYZ 0.51 0.33 0.8 -
YUV 11.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 21 5 22 0.05 0.77 0 0.91 296.47 0.63 0.05
Hex 15 5 16 5 4D 0 5B 128 3F 5
Octal 25 5 26 5 115 0 133 450 77 5
Binary 10101 101 10110 101 1001101 0 1011011 100101000 111111 101

Color Harmonies of #150516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150516

Black with #150516

Text Example


Text Example

White with #150516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150516; }

 p { color: rgb(21,5,22); }

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

background-color css

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

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

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

border-color css

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

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

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