#1F373D

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

Shades of Nordic #1F373D

Tints of Nordic #1F373D

Color information

#1F373D (or 0x1F373D) is unknown color: approx Nordic. HEX triplet: 1F, 37 and 3D. RGB value is (31,55,61). Sum of RGB (Red+Green+Blue) = 31+55+61=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F373D is #E0C8C2. Grayscale: #303030. Windows color (decimal): -14731459 or 4011807. OLE color: 4011807.

HSL color Cylindrical-coordinate representation of color #1F373D: hue angle of 192º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F373D is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB315561-
CMYK0.490.1000.76
HSL192º32.61%18.04%-
HSV(B)192º49.18%23.92%-
XYZ2.773.364.92-
YUV48.51135.05115.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.09%
GREEN value IS 55 (21.88% from 255) = 37.41%
BLUE value IS 61 (24.22% from 255) = 41.50%
R=21.09%
G=37.41%
B=41.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3155610.490.1000.7619232.6118.04
Hex1F373D31A04Cc02112
Octal376775611201143004122
Binary111111101111111011100011010010011001100000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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