#211831

Color #211831 Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #211831

Tints of Tolopea #211831

Color information

#211831 (or 0x211831) is unknown color: approx Tolopea. HEX triplet: 21, 18 and 31. RGB value is (33,24,49). Sum of RGB (Red+Green+Blue) = 33+24+49=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #211831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211831 is #DEE7CE. Grayscale: #1D1D1D. Windows color (decimal): -14608335 or 3217441. OLE color: 3217441.

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

Color convert

RGB332449-
CMYK0.330.5100.81
HSL261.6º34.25%14.31%-
HSV(B)261.6º51.02%19.22%-
XYZ1.511.23.06-
YUV29.54138.98130.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=31.13%
G=22.64%
B=46.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3324490.330.5100.81261.634.2514.31
Hex211831213305110622e
Octal413061416301214064216
Binary10000111000110001100001110011010100011000001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211831; }

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

 H1.HeaderClassName
 {
   color: #211831;
 }
 .AnyTagClassName
 {
   color: #211831;
 }
</style>
background-color css

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

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

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

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

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

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