#1F373A

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

Shades of Nordic #1F373A

Tints of Nordic #1F373A

Color information

#1F373A (or 0x1F373A) is unknown color: approx Nordic. HEX triplet: 1F, 37 and 3A. RGB value is (31,55,58). Sum of RGB (Red+Green+Blue) = 31+55+58=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F373A is #E0C8C5. Grayscale: #303030. Windows color (decimal): -14731462 or 3815199. OLE color: 3815199.

HSL color Cylindrical-coordinate representation of color #1F373A: hue angle of 186.67º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F373A is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB315558-
CMYK0.470.0500.77
HSL186.67º30.34%17.45%-
HSV(B)186.67º46.55%22.75%-
XYZ2.693.334.5-
YUV48.17133.55115.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.53%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=21.53%
G=38.19%
B=40.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3155580.470.0500.77186.6730.3417.45
Hex1F373A2F504Dbb1e11
Octal37677257501152733621
Binary1111111011111101010111110101001101101110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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