Html Css Color HEX #150313 Mardi Gras

📋 copy color: '#150313'

red 21 ◦ green 3 ◦ blue 19

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

Shades of Mardi Gras #150313

Tints of Mardi Gras #150313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 44.19%

R = 48.84%
G = 6.98%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#150313 (or 0x150313) is known color: Mardi Gras. HEX triplet: 15, 03 and 13. RGB value is (21,3,19). Sum of RGB (Red+Green+Blue) = 21+3+19=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #150313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150313 is #EAFCEC. Grayscale: #0A0A0A. Windows color (decimal): -15400173 or 1245973. OLE color: 1245973.

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

Color convert

RGB 21 3 19 -
CMYK 0 0.86 0.10 0.92
HSL 306.67º 0.75% 0.05% -
HSV(B) 306.67º 0.86% 0.08% -
XYZ 0.46 0.27 0.64 -
YUV 10.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 21 3 19 0 0.86 0.10 0.92 306.67 0.75 0.05
Hex 15 3 13 0 56 A 5C 133 4B 5
Octal 25 3 23 0 126 12 134 463 113 5
Binary 10101 11 10011 0 1010110 1010 1011100 100110011 1001011 101

Color Harmonies of #150313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150313

Black with #150313

Text Example


Text Example

White with #150313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150313; }

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

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

background-color css

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

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

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

border-color css

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

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

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