Html Css Color HEX #21201C Maire

📋 copy color: '#21201C'

red 33 ◦ green 32 ◦ blue 28

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

Shades of Maire #21201C

Tints of Maire #21201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 34.41%

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

R = 35.48%
G = 34.41%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#21201C (or 0x21201C) is known color: Maire. HEX triplet: 21, 20 and 1C. RGB value is (33,32,28). Sum of RGB (Red+Green+Blue) = 33+32+28=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 33 - color contains mainly: red. Hex color #21201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21201C is #DEDFE3. Grayscale: #1F1F1F. Windows color (decimal): -14606308 or 1843233. OLE color: 1843233.

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

Color convert

RGB 33 32 28 -
CMYK 0 0.03 0.15 0.87
HSL 48º 0.08% 0.12% -
HSV(B) 48º 0.15% 0.13% -
XYZ 1.35 1.44 1.31 -
YUV 31.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 33 32 28 0 0.03 0.15 0.87 48 0.08 0.12
Hex 21 20 1C 0 3 F 57 30 8 C
Octal 41 40 34 0 3 17 127 60 10 14
Binary 100001 100000 11100 0 11 1111 1010111 110000 1000 1100

Color Harmonies of #21201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21201C

Black with #21201C

Text Example


Text Example

White with #21201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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