#211B35

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

Shades of Haiti #211B35

Tints of Haiti #211B35

Color information

#211B35 (or 0x211B35) is unknown color: approx Haiti. HEX triplet: 21, 1B and 35. RGB value is (33,27,53). Sum of RGB (Red+Green+Blue) = 33+27+53=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #211B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B35 is #DEE4CA. Grayscale: #1F1F1F. Windows color (decimal): -14607563 or 3480353. OLE color: 3480353.

HSL color Cylindrical-coordinate representation of color #211B35: hue angle of 253.85º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #211B35 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB332753-
CMYK0.380.4900.79
HSL253.85º32.5%15.69%-
HSV(B)253.85º49.06%20.78%-
XYZ1.661.363.54-
YUV31.76139.99128.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 53 (21.09% from 255) = 46.90%
R=29.20%
G=23.89%
B=46.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3327530.380.4900.79253.8532.515.69
Hex211B35263104Ffe2010
Octal413365466101173764020
Binary10000111011110101100110110001010011111111111010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211B35; }

 p { color: rgb(33,27,53); }

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

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

 a { background-color: rgb(33,27,53); }

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

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

 span { border-color: rgb(33,27,53); }

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