#1D3D43

Color #1D3D43 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #1D3D43

Tints of Nordic #1D3D43

Color information

#1D3D43 (or 0x1D3D43) is unknown color: approx Nordic. HEX triplet: 1D, 3D and 43. RGB value is (29,61,67). Sum of RGB (Red+Green+Blue) = 29+61+67=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D3D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D43 is #E2C2BC. Grayscale: #343434. Windows color (decimal): -14860989 or 4406557. OLE color: 4406557.

HSL color Cylindrical-coordinate representation of color #1D3D43: hue angle of 189.47º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D3D43 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB296167-
CMYK0.570.0900.74
HSL189.47º39.58%18.82%-
HSV(B)189.47º56.72%26.27%-
XYZ3.1945.91-
YUV52.12136.4111.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 67 (26.56% from 255) = 42.68%
R=18.47%
G=38.85%
B=42.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2961670.570.0900.74189.4739.5818.82
Hex1D3D4339904Abd2813
Octal3575103711101122755023
Binary1110111110110000111110011001010010101011110110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D3D43;
 }
 .AnyTagClassName
 {
   color: #1D3D43;
 }
</style>
background-color css

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

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

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

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

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

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