#1F393F

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

Shades of Nordic #1F393F

Tints of Nordic #1F393F

Color information

#1F393F (or 0x1F393F) is unknown color: approx Nordic. HEX triplet: 1F, 39 and 3F. RGB value is (31,57,63). Sum of RGB (Red+Green+Blue) = 31+57+63=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F393F is #E0C6C0. Grayscale: #313131. Windows color (decimal): -14730945 or 4143391. OLE color: 4143391.

HSL color Cylindrical-coordinate representation of color #1F393F: hue angle of 191.25º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F393F is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB315763-
CMYK0.510.1000.75
HSL191.25º34.04%18.43%-
HSV(B)191.25º50.79%24.71%-
XYZ2.933.585.24-
YUV49.91135.39114.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.53%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 63 (25% from 255) = 41.72%
R=20.53%
G=37.75%
B=41.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3157630.510.1000.75191.2534.0418.43
Hex1F393F33A04Bbf2212
Octal377177631201132774222
Binary111111110011111111100111010010010111011111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,57,63); }

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

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

 a { background-color: rgb(31,57,63); }

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

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

 span { border-color: rgb(31,57,63); }

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