#1F3436

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

Shades of Nordic #1F3436

Tints of Nordic #1F3436

Color information

#1F3436 (or 0x1F3436) is unknown color: approx Nordic. HEX triplet: 1F, 34 and 36. RGB value is (31,52,54). Sum of RGB (Red+Green+Blue) = 31+52+54=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 54 - color contains mainly: blue. Hex color #1F3436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3436 is #E0CBC9. Grayscale: #2D2D2D. Windows color (decimal): -14732234 or 3552287. OLE color: 3552287.

HSL color Cylindrical-coordinate representation of color #1F3436: hue angle of 185.22º 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 #1F3436 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB315254-
CMYK0.430.0400.79
HSL185.22º27.06%16.67%-
HSV(B)185.22º42.59%21.18%-
XYZ2.463.013.94-
YUV45.95132.54117.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.63%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 54 (21.48% from 255) = 39.42%
R=22.63%
G=37.96%
B=39.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3152540.430.0400.79185.2227.0616.67
Hex1F34362B404Fb91b11
Octal37646653401172713321
Binary1111111010011011010101110001001111101110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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