Html Css Color HEX #150B15 Mardi Gras

📋 copy color: '#150B15'

red 21 ◦ green 11 ◦ blue 21

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

Shades of Mardi Gras #150B15

Tints of Mardi Gras #150B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20.75%

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

R = 39.62%
G = 20.75%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#150B15 (or 0x150B15) is known color: Mardi Gras. HEX triplet: 15, 0B and 15. RGB value is (21,11,21). Sum of RGB (Red+Green+Blue) = 21+11+21=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B15 is #EAF4EA. Grayscale: #0F0F0F. Windows color (decimal): -15398123 or 1379093. OLE color: 1379093.

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

Color convert

RGB 21 11 21 -
CMYK 0 0.48 0 0.92
HSL 300º 0.31% 0.06% -
HSV(B) 300º 0.48% 0.08% -
XYZ 0.56 0.45 0.77 -
YUV 15.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 21 11 21 0 0.48 0 0.92 300 0.31 0.06
Hex 15 B 15 0 30 0 5C 12C 1F 6
Octal 25 13 25 0 60 0 134 454 37 6
Binary 10101 1011 10101 0 110000 0 1011100 100101100 11111 110

Color Harmonies of #150B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B15

Black with #150B15

Text Example


Text Example

White with #150B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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