#1F1B31

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

Shades of Haiti #1F1B31

Tints of Haiti #1F1B31

Color information

#1F1B31 (or 0x1F1B31) is unknown color: approx Haiti. HEX triplet: 1F, 1B and 31. RGB value is (31,27,49). Sum of RGB (Red+Green+Blue) = 31+27+49=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F1B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1B31 is #E0E4CE. Grayscale: #1E1E1E. Windows color (decimal): -14738639 or 3218207. OLE color: 3218207.

HSL color Cylindrical-coordinate representation of color #1F1B31: hue angle of 250.91º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F1B31 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB312749-
CMYK0.370.4500.81
HSL250.91º28.95%14.9%-
HSV(B)250.91º44.9%19.22%-
XYZ1.511.33.08-
YUV30.7138.33128.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.97%
GREEN value IS 27 (10.94% from 255) = 25.23%
BLUE value IS 49 (19.53% from 255) = 45.79%
R=28.97%
G=25.23%
B=45.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3127490.370.4500.81250.9128.9514.9
Hex1F1B31252D051fb1df
Octal373361455501213733517
Binary11111110111100011001011011010101000111111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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