Html Css Color HEX #150F15 Mardi Gras

📋 copy color: '#150F15'

red 21 ◦ green 15 ◦ blue 21

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

Shades of Mardi Gras #150F15

Tints of Mardi Gras #150F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 26.32%

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

R = 36.84%
G = 26.32%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#150F15 (or 0x150F15) is known color: Mardi Gras. HEX triplet: 15, 0F and 15. RGB value is (21,15,21). Sum of RGB (Red+Green+Blue) = 21+15+21=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F15 is #EAF0EA. Grayscale: #111111. Windows color (decimal): -15397099 or 1380117. OLE color: 1380117.

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

Color convert

RGB 21 15 21 -
CMYK 0 0.29 0 0.92
HSL 300º 0.17% 0.07% -
HSV(B) 300º 0.29% 0.08% -
XYZ 0.62 0.56 0.78 -
YUV 17.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 21 15 21 0 0.29 0 0.92 300 0.17 0.07
Hex 15 F 15 0 1D 0 5C 12C 11 7
Octal 25 17 25 0 35 0 134 454 21 7
Binary 10101 1111 10101 0 11101 0 1011100 100101100 10001 111

Color Harmonies of #150F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F15

Black with #150F15

Text Example


Text Example

White with #150F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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