Html Css Color HEX #1D3639 Nordic

📋 copy color: '#1D3639'

red 29 ◦ green 54 ◦ blue 57

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

Shades of Nordic #1D3639

Tints of Nordic #1D3639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 40.71%

R = 20.71%
G = 38.57%
B = 40.71%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D3639 (or 0x1D3639) is known color: Nordic. HEX triplet: 1D, 36 and 39. RGB value is (29,54,57). Sum of RGB (Red+Green+Blue) = 29+54+57=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 57 - color contains mainly: blue. Hex color #1D3639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3639 is #E2C9C6. Grayscale: #2E2E2E. Windows color (decimal): -14862791 or 3749405. OLE color: 3749405.

HSL color Cylindrical-coordinate representation of color #1D3639: hue angle of 186.43º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1D3639 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 54 57 -
CMYK 0.49 0.05 0 0.78
HSL 186.43º 0.33% 0.17% -
HSV(B) 186.43º 0.49% 0.22% -
XYZ 2.56 3.19 4.35 -
YUV 46.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 29 54 57 0.49 0.05 0 0.78 186.43 0.33 0.17
Hex 1D 36 39 31 5 0 4E BA 21 11
Octal 35 66 71 61 5 0 116 272 41 21
Binary 11101 110110 111001 110001 101 0 1001110 10111010 100001 10001

Color Harmonies of #1D3639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3639

Black with #1D3639

Text Example


Text Example

White with #1D3639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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