Html Css Color HEX #212013 Maire

📋 copy color: '#212013'

red 33 ◦ green 32 ◦ blue 19

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

Shades of Maire #212013

Tints of Maire #212013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.62%

R = 39.29%
G = 38.1%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#212013 (or 0x212013) is known color: Maire. HEX triplet: 21, 20 and 13. RGB value is (33,32,19). Sum of RGB (Red+Green+Blue) = 33+32+19=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #212013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212013 is #DEDFEC. Grayscale: #1E1E1E. Windows color (decimal): -14606317 or 1253409. OLE color: 1253409.

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

Color convert

RGB 33 32 19 -
CMYK 0 0.03 0.42 0.87
HSL 55.71º 0.27% 0.1% -
HSV(B) 55.71º 0.42% 0.13% -
XYZ 1.26 1.4 0.82 -
YUV 30.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 33 32 19 0 0.03 0.42 0.87 55.71 0.27 0.1
Hex 21 20 13 0 3 2A 57 38 1B A
Octal 41 40 23 0 3 52 127 70 33 12
Binary 100001 100000 10011 0 11 101010 1010111 111000 11011 1010

Color Harmonies of #212013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212013

Black with #212013

Text Example


Text Example

White with #212013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212013; }

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

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

background-color css

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

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

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

border-color css

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

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

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