#211830

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

Shades of Tolopea #211830

Tints of Tolopea #211830

Color information

#211830 (or 0x211830) is unknown color: approx Tolopea. HEX triplet: 21, 18 and 30. RGB value is (33,24,48). Sum of RGB (Red+Green+Blue) = 33+24+48=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #211830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211830 is #DEE7CF. Grayscale: #1D1D1D. Windows color (decimal): -14608336 or 3151905. OLE color: 3151905.

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

Color convert

RGB332448-
CMYK0.310.500.81
HSL262.5º33.33%14.12%-
HSV(B)262.5º50%18.82%-
XYZ1.491.192.95-
YUV29.43138.48130.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=31.43%
G=22.86%
B=45.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3324480.310.500.81262.533.3314.12
Hex2118301F3205110621e
Octal413060376201214064116
Binary1000011100011000011111110010010100011000001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211830; }

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

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

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

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

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

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

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

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