Html Css Color HEX #150213 Mardi Gras

📋 copy color: '#150213'

red 21 ◦ green 2 ◦ blue 19

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

Shades of Mardi Gras #150213

Tints of Mardi Gras #150213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.76%

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

R = 50%
G = 4.76%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#150213 (or 0x150213) is known color: Mardi Gras. HEX triplet: 15, 02 and 13. RGB value is (21,2,19). Sum of RGB (Red+Green+Blue) = 21+2+19=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150213 is #EAFDEC. Grayscale: #090909. Windows color (decimal): -15400429 or 1245717. OLE color: 1245717.

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

Color convert

RGB 21 2 19 -
CMYK 0 0.90 0.10 0.92
HSL 306.32º 0.83% 0.05% -
HSV(B) 306.32º 0.9% 0.08% -
XYZ 0.45 0.25 0.64 -
YUV 9.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 21 2 19 0 0.90 0.10 0.92 306.32 0.83 0.05
Hex 15 2 13 0 5A A 5C 132 53 5
Octal 25 2 23 0 132 12 134 462 123 5
Binary 10101 10 10011 0 1011010 1010 1011100 100110010 1010011 101

Color Harmonies of #150213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150213

Black with #150213

Text Example


Text Example

White with #150213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150213; }

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

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

background-color css

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

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

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

border-color css

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

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

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