Html Css Color HEX #21001C Mardi Gras

📋 copy color: '#21001C'

red 33 ◦ green 0 ◦ blue 28

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

Shades of Mardi Gras #21001C

Tints of Mardi Gras #21001C

RGB

 RED value IS 33 (13.28% from 255) = 54.1%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 28 (11.33% from 255) = 45.9%

R = 54.1%
G = 0%
B = 45.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#21001C (or 0x21001C) is known color: Mardi Gras. HEX triplet: 21, 00 and 1C. RGB value is (33,0,28). Sum of RGB (Red+Green+Blue) = 33+0+28=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #21001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21001C is #DEFFE3. Grayscale: #0C0C0C. Windows color (decimal): -14614500 or 1835041. OLE color: 1835041.

HSL color Cylindrical-coordinate representation of color #21001C: hue angle of 309.09º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21001C is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 0 28 -
CMYK 0 1 0.15 0.87
HSL 309.09º 1% 0.06% -
HSV(B) 309.09º 1% 0.13% -
XYZ 0.84 0.41 1.13 -
YUV 13.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 33 0 28 0 1 0.15 0.87 309.09 1 0.06
Hex 21 0 1C 0 64 F 57 135 64 6
Octal 41 0 34 0 144 17 127 465 144 6
Binary 100001 0 11100 0 1100100 1111 1010111 100110101 1100100 110

Color Harmonies of #21001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21001C

Black with #21001C

Text Example


Text Example

White with #21001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21001C; }

 p { color: rgb(33,0,28); }

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

background-color css

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

 a { background-color: rgb(33,0,28); }

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

border-color css

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

 span { border-color: rgb(33,0,28); }

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