#1F3D3C

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

Shades of Nordic #1F3D3C

Tints of Nordic #1F3D3C

Color information

#1F3D3C (or 0x1F3D3C) is unknown color: approx Nordic. HEX triplet: 1F, 3D and 3C. RGB value is (31,61,60). Sum of RGB (Red+Green+Blue) = 31+61+60=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D3C is #E0C2C3. Grayscale: #333333. Windows color (decimal): -14729924 or 3947807. OLE color: 3947807.

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

Color convert

RGB316160-
CMYK0.4900.020.76
HSL178º32.61%18.04%-
HSV(B)178º49.18%23.92%-
XYZ3.053.964.88-
YUV51.92132.56113.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.39%
GREEN value IS 61 (24.22% from 255) = 40.13%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=20.39%
G=40.13%
B=39.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3161600.4900.020.7617832.6118.04
Hex1F3D3C31024Cb22112
Octal37757461021142624122
Binary1111111110111110011000101010011001011001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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