#211838

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

Shades of Tolopea #211838

Tints of Tolopea #211838

Color information

#211838 (or 0x211838) is unknown color: approx Tolopea. HEX triplet: 21, 18 and 38. RGB value is (33,24,56). Sum of RGB (Red+Green+Blue) = 33+24+56=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #211838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211838 is #DEE7C7. Grayscale: #1E1E1E. Windows color (decimal): -14608328 or 3676193. OLE color: 3676193.

HSL color Cylindrical-coordinate representation of color #211838: hue angle of 256.88º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #211838 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB332456-
CMYK0.410.5700.78
HSL256.88º40%15.69%-
HSV(B)256.88º57.14%21.96%-
XYZ1.671.263.9-
YUV30.34142.48129.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 56 (22.27% from 255) = 49.56%
R=29.20%
G=21.24%
B=49.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3324560.410.5700.78256.884015.69
Hex211838293904E1012810
Octal413070517101164015020
Binary100001110001110001010011110010100111010000000110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211838; }

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

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

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

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

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

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

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

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