Html Css Color HEX #21001E Mardi Gras

📋 copy color: '#21001E'

red 33 ◦ green 0 ◦ blue 30

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

Shades of Mardi Gras #21001E

Tints of Mardi Gras #21001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 47.62%

R = 52.38%
G = 0%
B = 47.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#21001E (or 0x21001E) is known color: Mardi Gras. HEX triplet: 21, 00 and 1E. RGB value is (33,0,30). Sum of RGB (Red+Green+Blue) = 33+0+30=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #21001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21001E is #DEFFE1. Grayscale: #0D0D0D. Windows color (decimal): -14614498 or 1966113. OLE color: 1966113.

HSL color Cylindrical-coordinate representation of color #21001E: hue angle of 305.45º 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 #21001E is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 0 30 -
CMYK 0 1 0.09 0.87
HSL 305.45º 1% 0.06% -
HSV(B) 305.45º 1% 0.13% -
XYZ 0.86 0.42 1.26 -
YUV 13.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 33 0 30 0 1 0.09 0.87 305.45 1 0.06
Hex 21 0 1E 0 64 9 57 131 64 6
Octal 41 0 36 0 144 11 127 461 144 6
Binary 100001 0 11110 0 1100100 1001 1010111 100110001 1100100 110

Color Harmonies of #21001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21001E

Black with #21001E

Text Example


Text Example

White with #21001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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