Html Css Color HEX #150C14 Mardi Gras

📋 copy color: '#150C14'

red 21 ◦ green 12 ◦ blue 20

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

Shades of Mardi Gras #150C14

Tints of Mardi Gras #150C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 37.74%

R = 39.62%
G = 22.64%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#150C14 (or 0x150C14) is known color: Mardi Gras. HEX triplet: 15, 0C and 14. RGB value is (21,12,20). Sum of RGB (Red+Green+Blue) = 21+12+20=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 21 - color contains mainly: red. Hex color #150C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C14 is #EAF3EB. Grayscale: #0F0F0F. Windows color (decimal): -15397868 or 1313813. OLE color: 1313813.

HSL color Cylindrical-coordinate representation of color #150C14: hue angle of 306.67º 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 #150C14 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 12 20 -
CMYK 0 0.43 0.05 0.92
HSL 306.67º 0.27% 0.06% -
HSV(B) 306.67º 0.43% 0.08% -
XYZ 0.57 0.47 0.72 -
YUV 15.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 21 12 20 0 0.43 0.05 0.92 306.67 0.27 0.06
Hex 15 C 14 0 2B 5 5C 133 1B 6
Octal 25 14 24 0 53 5 134 463 33 6
Binary 10101 1100 10100 0 101011 101 1011100 100110011 11011 110

Color Harmonies of #150C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C14

Black with #150C14

Text Example


Text Example

White with #150C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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