#1F373B

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

Shades of Nordic #1F373B

Tints of Nordic #1F373B

Color information

#1F373B (or 0x1F373B) is unknown color: approx Nordic. HEX triplet: 1F, 37 and 3B. RGB value is (31,55,59). Sum of RGB (Red+Green+Blue) = 31+55+59=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F373B is #E0C8C4. Grayscale: #303030. Windows color (decimal): -14731461 or 3880735. OLE color: 3880735.

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

Color convert

RGB315559-
CMYK0.470.0700.77
HSL188.57º31.11%17.65%-
HSV(B)188.57º47.46%23.14%-
XYZ2.723.344.64-
YUV48.28134.05115.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 59 (23.44% from 255) = 40.69%
R=21.38%
G=37.93%
B=40.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3155590.470.0700.77188.5731.1117.65
Hex1F373B2F704Dbd1f12
Octal37677357701152753722
Binary1111111011111101110111111101001101101111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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