#1B1727

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

Shades of Haiti #1B1727

Tints of Haiti #1B1727

Color information

#1B1727 (or 0x1B1727) is unknown color: approx Haiti. HEX triplet: 1B, 17 and 27. RGB value is (27,23,39). Sum of RGB (Red+Green+Blue) = 27+23+39=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 39 - color contains mainly: blue. Hex color #1B1727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1727 is #E4E8D8. Grayscale: #191919. Windows color (decimal): -15001817 or 2561819. OLE color: 2561819.

HSL color Cylindrical-coordinate representation of color #1B1727: hue angle of 255º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B1727 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB272339-
CMYK0.310.4100.85
HSL255º25.81%12.16%-
HSV(B)255º41.03%15.29%-
XYZ1.120.992.05-
YUV26.02135.33128.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.34%
GREEN value IS 23 (9.38% from 255) = 25.84%
BLUE value IS 39 (15.62% from 255) = 43.82%
R=30.34%
G=25.84%
B=43.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2723390.310.4100.8525525.8112.16
Hex1B17271F29055ff1ac
Octal332747375101253773214
Binary1101110111100111111111010010101010111111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,23,39); }

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

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

 a { background-color: rgb(27,23,39); }

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

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

 span { border-color: rgb(27,23,39); }

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