#1F383B

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

Shades of Nordic #1F383B

Tints of Nordic #1F383B

Color information

#1F383B (or 0x1F383B) is unknown color: approx Nordic. HEX triplet: 1F, 38 and 3B. RGB value is (31,56,59). Sum of RGB (Red+Green+Blue) = 31+56+59=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F383B is #E0C7C4. Grayscale: #303030. Windows color (decimal): -14731205 or 3880991. OLE color: 3880991.

HSL color Cylindrical-coordinate representation of color #1F383B: hue angle of 186.43º 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 #1F383B is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB315659-
CMYK0.470.0500.77
HSL186.43º31.11%17.65%-
HSV(B)186.43º47.46%23.14%-
XYZ2.773.444.65-
YUV48.87133.72115.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 59 (23.44% from 255) = 40.41%
R=21.23%
G=38.36%
B=40.41%

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
Decimal3156590.470.0500.77186.4331.1117.65
Hex1F383B2F504Dba1f12
Octal37707357501152723722
Binary1111111100011101110111110101001101101110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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