Html Css Color HEX #210D1F Mardi Gras

📋 copy color: '#210D1F'

red 33 ◦ green 13 ◦ blue 31

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

Shades of Mardi Gras #210D1F

Tints of Mardi Gras #210D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.88%

 BLUE value IS 31 (12.5% from 255) = 40.26%

R = 42.86%
G = 16.88%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#210D1F (or 0x210D1F) is known color: Mardi Gras. HEX triplet: 21, 0D and 1F. RGB value is (33,13,31). Sum of RGB (Red+Green+Blue) = 33+13+31=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #210D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D1F is #DEF2E0. Grayscale: #141414. Windows color (decimal): -14611169 or 2034977. OLE color: 2034977.

HSL color Cylindrical-coordinate representation of color #210D1F: hue angle of 306º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #210D1F is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 13 31 -
CMYK 0 0.61 0.06 0.87
HSL 306º 0.43% 0.09% -
HSV(B) 306º 0.61% 0.13% -
XYZ 1.02 0.71 1.38 -
YUV 21.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 33 13 31 0 0.61 0.06 0.87 306 0.43 0.09
Hex 21 D 1F 0 3D 6 57 132 2B 9
Octal 41 15 37 0 75 6 127 462 53 11
Binary 100001 1101 11111 0 111101 110 1010111 100110010 101011 1001

Color Harmonies of #210D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D1F

Black with #210D1F

Text Example


Text Example

White with #210D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210D1F; }

 p { color: rgb(33,13,31); }

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

background-color css

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

 a { background-color: rgb(33,13,31); }

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

border-color css

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

 span { border-color: rgb(33,13,31); }

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