Html Css Color HEX #211837 Tolopea

📋 copy color: '#211837'

red 33 ◦ green 24 ◦ blue 55

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

Shades of Tolopea #211837

Tints of Tolopea #211837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.43%

 BLUE value IS 55 (21.88% from 255) = 49.11%

R = 29.46%
G = 21.43%
B = 49.11%

CMYK

 C value IS 0.4

 M value IS 0.56

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#211837 (or 0x211837) is known color: Tolopea. HEX triplet: 21, 18 and 37. RGB value is (33,24,55). Sum of RGB (Red+Green+Blue) = 33+24+55=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #211837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211837 is #DEE7C8. Grayscale: #1E1E1E. Windows color (decimal): -14608329 or 3610657. OLE color: 3610657.

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

Color convert

RGB 33 24 55 -
CMYK 0.4 0.56 0 0.78
HSL 257.42º 0.39% 0.15% -
HSV(B) 257.42º 0.56% 0.22% -
XYZ 1.64 1.25 3.77 -
YUV 30.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 33 24 55 0.4 0.56 0 0.78 257.42 0.39 0.15
Hex 21 18 37 28 38 0 4E 101 27 F
Octal 41 30 67 50 70 0 116 401 47 17
Binary 100001 11000 110111 101000 111000 0 1001110 100000001 100111 1111

Color Harmonies of #211837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211837

Black with #211837

Text Example


Text Example

White with #211837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211837; }

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

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

background-color css

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

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

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

border-color css

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

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

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