Html Css Color HEX #1D363D Nordic

📋 copy color: '#1D363D'

red 29 ◦ green 54 ◦ blue 61

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

Shades of Nordic #1D363D

Tints of Nordic #1D363D

RGB

 RED value IS 29 (11.72% from 255) = 20.14%

 GREEN value IS 54 (21.48% from 255) = 37.5%

 BLUE value IS 61 (24.22% from 255) = 42.36%

R = 20.14%
G = 37.5%
B = 42.36%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1D363D (or 0x1D363D) is known color: Nordic. HEX triplet: 1D, 36 and 3D. RGB value is (29,54,61). Sum of RGB (Red+Green+Blue) = 29+54+61=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D363D is #E2C9C2. Grayscale: #2F2F2F. Windows color (decimal): -14862787 or 4011549. OLE color: 4011549.

HSL color Cylindrical-coordinate representation of color #1D363D: hue angle of 193.12º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D363D is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 29 54 61 -
CMYK 0.52 0.11 0 0.76
HSL 193.13º 0.36% 0.18% -
HSV(B) 193.13º 0.52% 0.24% -
XYZ 2.67 3.24 4.9 -
YUV 47.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 29 54 61 0.52 0.11 0 0.76 193.13 0.36 0.18
Hex 1D 36 3D 34 B 0 4C C1 24 12
Octal 35 66 75 64 13 0 114 301 44 22
Binary 11101 110110 111101 110100 1011 0 1001100 11000001 100100 10010

Color Harmonies of #1D363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D363D

Black with #1D363D

Text Example


Text Example

White with #1D363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D363D;
 }
 .AnyTagClassName
 {
   color: #1D363D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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