Html Css Color HEX #150113 Mardi Gras

📋 copy color: '#150113'

red 21 ◦ green 1 ◦ blue 19

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

Shades of Mardi Gras #150113

Tints of Mardi Gras #150113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.44%

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

R = 51.22%
G = 2.44%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#150113 (or 0x150113) is known color: Mardi Gras. HEX triplet: 15, 01 and 13. RGB value is (21,1,19). Sum of RGB (Red+Green+Blue) = 21+1+19=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #150113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150113 is #EAFEEC. Grayscale: #080808. Windows color (decimal): -15400685 or 1245461. OLE color: 1245461.

HSL color Cylindrical-coordinate representation of color #150113: hue angle of 306º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150113 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 1 19 -
CMYK 0 0.95 0.10 0.92
HSL 306º 0.91% 0.04% -
HSV(B) 306º 0.95% 0.08% -
XYZ 0.44 0.23 0.64 -
YUV 9.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 21 1 19 0 0.95 0.10 0.92 306 0.91 0.04
Hex 15 1 13 0 5F A 5C 132 5B 4
Octal 25 1 23 0 137 12 134 462 133 4
Binary 10101 1 10011 0 1011111 1010 1011100 100110010 1011011 100

Color Harmonies of #150113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150113

Black with #150113

Text Example


Text Example

White with #150113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150113; }

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

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

background-color css

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

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

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

border-color css

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

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

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