#150B14

Color #150B14 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #150B14

Tints of Mardi Gras #150B14

Color information

#150B14 (or 0x150B14) is unknown color: approx Mardi Gras. HEX triplet: 15, 0B and 14. RGB value is (21,11,20). Sum of RGB (Red+Green+Blue) = 21+11+20=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #150B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B14 is #EAF4EB. Grayscale: #0E0E0E. Windows color (decimal): -15398124 or 1313557. OLE color: 1313557.

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

Color convert

RGB211120-
CMYK00.480.050.92
HSL306º31.25%6.27%-
HSV(B)306º47.62%8.24%-
XYZ0.560.450.72-
YUV15.02130.81132.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 40.38%
GREEN value IS 11 (4.69% from 255) = 21.15%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=40.38%
G=21.15%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21112000.480.050.9230631.256.27
Hex15B1403055C1321f6
Octal2513240605134462376
Binary101011011101000110000101101110010011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,11,20); }

 H1.HeaderClassName
 {
   color: #150B14;
 }
 .AnyTagClassName
 {
   color: #150B14;
 }
</style>
background-color css

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

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

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

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

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

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