#211541

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

Shades of Tolopea #211541

Tints of Tolopea #211541

Color information

#211541 (or 0x211541) is unknown color: approx Tolopea. HEX triplet: 21, 15 and 41. RGB value is (33,21,65). Sum of RGB (Red+Green+Blue) = 33+21+65=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #211541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211541 is #DEEABE. Grayscale: #1D1D1D. Windows color (decimal): -14609087 or 4265249. OLE color: 4265249.

HSL color Cylindrical-coordinate representation of color #211541: hue angle of 256.36º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #211541 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB332165-
CMYK0.490.6800.75
HSL256.36º51.16%16.86%-
HSV(B)256.36º67.69%25.49%-
XYZ1.851.245.14-
YUV29.6147.98130.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=27.73%
G=17.65%
B=54.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3321650.490.6800.75256.3651.1616.86
Hex211541314404B1003311
Octal41251016110401134006321
Binary10000110101100000111000110001000100101110000000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211541; }

 p { color: rgb(33,21,65); }

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

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

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

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

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

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

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