Html Css Color HEX #1D3438 Nordic

📋 copy color: '#1D3438'

red 29 ◦ green 52 ◦ blue 56

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

Shades of Nordic #1D3438

Tints of Nordic #1D3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.96%

 BLUE value IS 56 (22.27% from 255) = 40.88%

R = 21.17%
G = 37.96%
B = 40.88%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D3438 (or 0x1D3438) is known color: Nordic. HEX triplet: 1D, 34 and 38. RGB value is (29,52,56). Sum of RGB (Red+Green+Blue) = 29+52+56=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D3438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3438 is #E2CBC7. Grayscale: #2D2D2D. Windows color (decimal): -14863304 or 3683357. OLE color: 3683357.

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

Color convert

RGB 29 52 56 -
CMYK 0.48 0.07 0 0.78
HSL 188.89º 0.32% 0.17% -
HSV(B) 188.89º 0.48% 0.22% -
XYZ 2.45 3 4.19 -
YUV 45.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 29 52 56 0.48 0.07 0 0.78 188.89 0.32 0.17
Hex 1D 34 38 30 7 0 4E BD 20 11
Octal 35 64 70 60 7 0 116 275 40 21
Binary 11101 110100 111000 110000 111 0 1001110 10111101 100000 10001

Color Harmonies of #1D3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3438

Black with #1D3438

Text Example


Text Example

White with #1D3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,52,56); }

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

background-color css

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

 a { background-color: rgb(29,52,56); }

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

border-color css

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

 span { border-color: rgb(29,52,56); }

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