#1B1821

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

Shades of Haiti #1B1821

Tints of Haiti #1B1821

Color information

#1B1821 (or 0x1B1821) is unknown color: approx Haiti. HEX triplet: 1B, 18 and 21. RGB value is (27,24,33). Sum of RGB (Red+Green+Blue) = 27+24+33=84 (11% of max value = 765). Red value is 27 (10.94% from 255 or 32.14% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 33 - color contains mainly: blue. Hex color #1B1821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1821 is #E4E7DE. Grayscale: #191919. Windows color (decimal): -15001567 or 2168859. OLE color: 2168859.

HSL color Cylindrical-coordinate representation of color #1B1821: hue angle of 260º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1B1821 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB272433-
CMYK0.180.2700.87
HSL260º15.79%11.18%-
HSV(B)260º27.27%12.94%-
XYZ1.0511.58-
YUV25.92131.99128.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.14%
GREEN value IS 24 (9.77% from 255) = 28.57%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=32.14%
G=28.57%
B=39.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2724330.180.2700.8726015.7911.18
Hex1B1821121B05710410b
Octal333041223301274042013
Binary1101111000100001100101101101010111100000100100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1821; }

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

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

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

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

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

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

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

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