Html Css Color HEX #212117 Maire

📋 copy color: '#212117'

red 33 ◦ green 33 ◦ blue 23

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

Shades of Maire #212117

Tints of Maire #212117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 37.08%

 BLUE value IS 23 (9.38% from 255) = 25.84%

R = 37.08%
G = 37.08%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#212117 (or 0x212117) is known color: Maire. HEX triplet: 21, 21 and 17. RGB value is (33,33,23). Sum of RGB (Red+Green+Blue) = 33+33+23=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 33 - color contains mainly: red, green. Hex color #212117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212117 is #DEDEE8. Grayscale: #1F1F1F. Windows color (decimal): -14606057 or 1515809. OLE color: 1515809.

HSL color Cylindrical-coordinate representation of color #212117: hue angle of 60º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #212117 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 33 23 -
CMYK 0 0 0.30 0.87
HSL 60º 0.18% 0.11% -
HSV(B) 60º 0.3% 0.13% -
XYZ 1.33 1.47 1.03 -
YUV 31.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 33 33 23 0 0 0.30 0.87 60 0.18 0.11
Hex 21 21 17 0 0 1E 57 3C 12 B
Octal 41 41 27 0 0 36 127 74 22 13
Binary 100001 100001 10111 0 0 11110 1010111 111100 10010 1011

Color Harmonies of #212117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212117

Black with #212117

Text Example


Text Example

White with #212117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212117; }

 p { color: rgb(33,33,23); }

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

background-color css

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

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

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

border-color css

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

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

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