Html Css Color HEX #1D3136 Nordic

📋 copy color: '#1D3136'

red 29 ◦ green 49 ◦ blue 54

#1D3136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #1D3136

Tints of Nordic #1D3136

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 value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#1D3136 (or 0x1D3136) is known color: 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

RGB 29 49 54 -
CMYK 0.46 0.09 0 0.79
HSL 192º 0.3% 0.16% -
HSV(B) 192º 0.46% 0.21% -
XYZ 2.27 2.72 3.9 -
YUV 43.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 29 49 54 0.46 0.09 0 0.79 192 0.3 0.16
Hex 1D 31 36 2E 9 0 4F C0 1E 10
Octal 35 61 66 56 11 0 117 300 36 20
Binary 11101 110001 110110 101110 1001 0 1001111 11000000 11110 10000

Color Harmonies of #1D3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3136

Black with #1D3136

Text Example


Text Example

White with #1D3136

Text Example


Text Example

HTML Codes & Css Web 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>