Html Css Color HEX #1D363C Nordic

📋 copy color: '#1D363C'

red 29 ◦ green 54 ◦ blue 60

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

Shades of Nordic #1D363C

Tints of Nordic #1D363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.96%

R = 20.28%
G = 37.76%
B = 41.96%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1D363C (or 0x1D363C) is known color: Nordic. HEX triplet: 1D, 36 and 3C. RGB value is (29,54,60). Sum of RGB (Red+Green+Blue) = 29+54+60=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D363C is #E2C9C3. Grayscale: #2F2F2F. Windows color (decimal): -14862788 or 3946013. OLE color: 3946013.

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

Color convert

RGB 29 54 60 -
CMYK 0.52 0.10 0 0.76
HSL 191.61º 0.35% 0.17% -
HSV(B) 191.61º 0.52% 0.24% -
XYZ 2.64 3.23 4.76 -
YUV 47.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 29 54 60 0.52 0.10 0 0.76 191.61 0.35 0.17
Hex 1D 36 3C 34 A 0 4C C0 23 11
Octal 35 66 74 64 12 0 114 300 43 21
Binary 11101 110110 111100 110100 1010 0 1001100 11000000 100011 10001

Color Harmonies of #1D363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D363C

Black with #1D363C

Text Example


Text Example

White with #1D363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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