Html Css Color HEX #212014 Maire

📋 copy color: '#212014'

red 33 ◦ green 32 ◦ blue 20

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

Shades of Maire #212014

Tints of Maire #212014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 23.53%

R = 38.82%
G = 37.65%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.87

RGB Variations

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

Color information

#212014 (or 0x212014) is known color: Maire. HEX triplet: 21, 20 and 14. RGB value is (33,32,20). Sum of RGB (Red+Green+Blue) = 33+32+20=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 33 - color contains mainly: red. Hex color #212014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212014 is #DEDFEB. Grayscale: #1E1E1E. Windows color (decimal): -14606316 or 1318945. OLE color: 1318945.

HSL color Cylindrical-coordinate representation of color #212014: hue angle of 55.38º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #212014 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 32 20 -
CMYK 0 0.03 0.39 0.87
HSL 55.38º 0.25% 0.1% -
HSV(B) 55.38º 0.39% 0.13% -
XYZ 1.27 1.41 0.87 -
YUV 30.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 33 32 20 0 0.03 0.39 0.87 55.38 0.25 0.1
Hex 21 20 14 0 3 27 57 37 19 A
Octal 41 40 24 0 3 47 127 67 31 12
Binary 100001 100000 10100 0 11 100111 1010111 110111 11001 1010

Color Harmonies of #212014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212014

Black with #212014

Text Example


Text Example

White with #212014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212014; }

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

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

background-color css

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

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

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

border-color css

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

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

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