#1F3A39

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

Shades of Nordic #1F3A39

Tints of Nordic #1F3A39

Color information

#1F3A39 (or 0x1F3A39) is unknown color: approx Nordic. HEX triplet: 1F, 3A and 39. RGB value is (31,58,57). Sum of RGB (Red+Green+Blue) = 31+58+57=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #1F3A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3A39 is #E0C5C6. Grayscale: #313131. Windows color (decimal): -14730695 or 3750431. OLE color: 3750431.

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

Color convert

RGB315857-
CMYK0.4700.020.77
HSL177.78º30.34%17.45%-
HSV(B)177.78º46.55%22.75%-
XYZ2.823.614.42-
YUV49.81132.05114.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=21.23%
G=39.73%
B=39.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3158570.4700.020.77177.7830.3417.45
Hex1F3A392F024Db21e11
Octal37727157021152623621
Binary111111110101110011011110101001101101100101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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