#1B172D

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

Shades of Haiti #1B172D

Tints of Haiti #1B172D

Color information

#1B172D (or 0x1B172D) is unknown color: approx Haiti. HEX triplet: 1B, 17 and 2D. RGB value is (27,23,45). Sum of RGB (Red+Green+Blue) = 27+23+45=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #1B172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B172D is #E4E8D2. Grayscale: #1A1A1A. Windows color (decimal): -15001811 or 2955035. OLE color: 2955035.

HSL color Cylindrical-coordinate representation of color #1B172D: hue angle of 250.91º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1B172D is Cyan = 0.4, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB272345-
CMYK0.40.4900.82
HSL250.91º32.35%13.33%-
HSV(B)250.91º48.89%17.65%-
XYZ1.231.042.62-
YUV26.7138.33128.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.42%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 45 (17.97% from 255) = 47.37%
R=28.42%
G=24.21%
B=47.37%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2723450.40.4900.82250.9132.3513.33
Hex1B172D2831052fb20d
Octal332755506101223734015
Binary110111011110110110100011000101010010111110111000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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