#1F1B37

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

Shades of Haiti #1F1B37

Tints of Haiti #1F1B37

Color information

#1F1B37 (or 0x1F1B37) is unknown color: approx Haiti. HEX triplet: 1F, 1B and 37. RGB value is (31,27,55). Sum of RGB (Red+Green+Blue) = 31+27+55=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #1F1B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1B37 is #E0E4C8. Grayscale: #1F1F1F. Windows color (decimal): -14738633 or 3611423. OLE color: 3611423.

HSL color Cylindrical-coordinate representation of color #1F1B37: hue angle of 248.57º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F1B37 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB312755-
CMYK0.440.5100.78
HSL248.57º34.15%16.08%-
HSV(B)248.57º50.91%21.57%-
XYZ1.651.353.79-
YUV31.39141.33127.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.43%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 55 (21.88% from 255) = 48.67%
R=27.43%
G=23.89%
B=48.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3127550.440.5100.78248.5734.1516.08
Hex1F1B372C3304Ef92210
Octal373367546301163714220
Binary1111111011110111101100110011010011101111100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,27,55); }

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

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

 a { background-color: rgb(31,27,55); }

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

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

 span { border-color: rgb(31,27,55); }

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