#1F3536

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

Shades of Nordic #1F3536

Tints of Nordic #1F3536

Color information

#1F3536 (or 0x1F3536) is unknown color: approx Nordic. HEX triplet: 1F, 35 and 36. RGB value is (31,53,54). Sum of RGB (Red+Green+Blue) = 31+53+54=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 54 - color contains mainly: blue. Hex color #1F3536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3536 is #E0CAC9. Grayscale: #2E2E2E. Windows color (decimal): -14731978 or 3552543. OLE color: 3552543.

HSL color Cylindrical-coordinate representation of color #1F3536: hue angle of 182.61º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3536 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB315354-
CMYK0.430.0200.79
HSL182.61º27.06%16.67%-
HSV(B)182.61º42.59%21.18%-
XYZ2.53.13.96-
YUV46.54132.21116.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.46%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 54 (21.48% from 255) = 39.13%
R=22.46%
G=38.41%
B=39.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3153540.430.0200.79182.6127.0616.67
Hex1F35362B204Fb71b11
Octal37656653201172673321
Binary111111101011101101010111001001111101101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,53,54); }

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

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

 a { background-color: rgb(31,53,54); }

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

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

 span { border-color: rgb(31,53,54); }

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