Html Css Color HEX #1D383B Nordic

📋 copy color: '#1D383B'

red 29 ◦ green 56 ◦ blue 59

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

Shades of Nordic #1D383B

Tints of Nordic #1D383B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.89%

 BLUE value IS 59 (23.44% from 255) = 40.97%

R = 20.14%
G = 38.89%
B = 40.97%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1D383B (or 0x1D383B) is known color: Nordic. HEX triplet: 1D, 38 and 3B. RGB value is (29,56,59). Sum of RGB (Red+Green+Blue) = 29+56+59=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 59 - color contains mainly: blue. Hex color #1D383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D383B is #E2C7C4. Grayscale: #303030. Windows color (decimal): -14862277 or 3880989. OLE color: 3880989.

HSL color Cylindrical-coordinate representation of color #1D383B: hue angle of 186º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1D383B is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 29 56 59 -
CMYK 0.51 0.05 0 0.77
HSL 186º 0.34% 0.17% -
HSV(B) 186º 0.51% 0.23% -
XYZ 2.71 3.41 4.65 -
YUV 48.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 29 56 59 0.51 0.05 0 0.77 186 0.34 0.17
Hex 1D 38 3B 33 5 0 4D BA 22 11
Octal 35 70 73 63 5 0 115 272 42 21
Binary 11101 111000 111011 110011 101 0 1001101 10111010 100010 10001

Color Harmonies of #1D383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D383B

Black with #1D383B

Text Example


Text Example

White with #1D383B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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