#211D30

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

Shades of Haiti #211D30

Tints of Haiti #211D30

Color information

#211D30 (or 0x211D30) is unknown color: approx Haiti. HEX triplet: 21, 1D and 30. RGB value is (33,29,48). Sum of RGB (Red+Green+Blue) = 33+29+48=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #211D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D30 is #DEE2CF. Grayscale: #202020. Windows color (decimal): -14607056 or 3153185. OLE color: 3153185.

HSL color Cylindrical-coordinate representation of color #211D30: hue angle of 252.63º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #211D30 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB332948-
CMYK0.310.4000.81
HSL252.63º24.68%15.1%-
HSV(B)252.63º39.58%18.82%-
XYZ1.61.422.99-
YUV32.36136.83128.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=30%
G=26.36%
B=43.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3329480.310.4000.81252.6324.6815.1
Hex211D301F28051fd19f
Octal413560375001213753117
Binary10000111101110000111111010000101000111111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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