#1D3136

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

Shades of Nordic #1D3136

Tints of Nordic #1D3136

Color information

#1D3136 (or 0x1D3136) is unknown color: approx Nordic. HEX triplet: 1D, 31 and 36. RGB value is (29,49,54). Sum of RGB (Red+Green+Blue) = 29+49+54=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D3136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3136 is #E2CEC9. Grayscale: #2B2B2B. Windows color (decimal): -14864074 or 3551517. OLE color: 3551517.

HSL color Cylindrical-coordinate representation of color #1D3136: hue angle of 192º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D3136 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB294954-
CMYK0.460.0900.79
HSL192º30.12%16.27%-
HSV(B)192º46.3%21.18%-
XYZ2.272.723.9-
YUV43.59133.87117.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.97%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=21.97%
G=37.12%
B=40.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2949540.460.0900.7919230.1216.27
Hex1D31362E904Fc01e10
Octal356166561101173003620
Binary11101110001110110101110100101001111110000001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,54); }

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

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

 a { background-color: rgb(29,49,54); }

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

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

 span { border-color: rgb(29,49,54); }

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