Html Css Color HEX #211731 Tolopea

📋 copy color: '#211731'

red 33 ◦ green 23 ◦ blue 49

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

Shades of Tolopea #211731

Tints of Tolopea #211731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.9%

 BLUE value IS 49 (19.53% from 255) = 46.67%

R = 31.43%
G = 21.9%
B = 46.67%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#211731 (or 0x211731) is known color: Tolopea. HEX triplet: 21, 17 and 31. RGB value is (33,23,49). Sum of RGB (Red+Green+Blue) = 33+23+49=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #211731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211731 is #DEE8CE. Grayscale: #1C1C1C. Windows color (decimal): -14608591 or 3217185. OLE color: 3217185.

HSL color Cylindrical-coordinate representation of color #211731: hue angle of 263.08º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #211731 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 23 49 -
CMYK 0.33 0.53 0 0.81
HSL 263.08º 0.36% 0.14% -
HSV(B) 263.08º 0.53% 0.19% -
XYZ 1.49 1.16 3.05 -
YUV 28.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 33 23 49 0.33 0.53 0 0.81 263.08 0.36 0.14
Hex 21 17 31 21 35 0 51 107 24 E
Octal 41 27 61 41 65 0 121 407 44 16
Binary 100001 10111 110001 100001 110101 0 1010001 100000111 100100 1110

Color Harmonies of #211731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211731

Black with #211731

Text Example


Text Example

White with #211731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211731; }

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

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

background-color css

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

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

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

border-color css

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

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

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