Html Css Color HEX #150315 Mardi Gras

📋 copy color: '#150315'

red 21 ◦ green 3 ◦ blue 21

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

Shades of Mardi Gras #150315

Tints of Mardi Gras #150315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.67%

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

R = 46.67%
G = 6.67%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#150315 (or 0x150315) is known color: Mardi Gras. HEX triplet: 15, 03 and 15. RGB value is (21,3,21). Sum of RGB (Red+Green+Blue) = 21+3+21=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150315 is #EAFCEA. Grayscale: #0A0A0A. Windows color (decimal): -15400171 or 1377045. OLE color: 1377045.

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

Color convert

RGB 21 3 21 -
CMYK 0 0.86 0 0.92
HSL 300º 0.75% 0.05% -
HSV(B) 300º 0.86% 0.08% -
XYZ 0.48 0.28 0.74 -
YUV 10.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 21 3 21 0 0.86 0 0.92 300 0.75 0.05
Hex 15 3 15 0 56 0 5C 12C 4B 5
Octal 25 3 25 0 126 0 134 454 113 5
Binary 10101 11 10101 0 1010110 0 1011100 100101100 1001011 101

Color Harmonies of #150315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150315

Black with #150315

Text Example


Text Example

White with #150315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150315; }

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

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

background-color css

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

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

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

border-color css

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

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

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