Html Css Color HEX #1D3738 Nordic

📋 copy color: '#1D3738'

red 29 ◦ green 55 ◦ blue 56

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

Shades of Nordic #1D3738

Tints of Nordic #1D3738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.29%

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

R = 20.71%
G = 39.29%
B = 40%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D3738 (or 0x1D3738) is known color: Nordic. HEX triplet: 1D, 37 and 38. RGB value is (29,55,56). Sum of RGB (Red+Green+Blue) = 29+55+56=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D3738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3738 is #E2C8C7. Grayscale: #2F2F2F. Windows color (decimal): -14862536 or 3684125. OLE color: 3684125.

HSL color Cylindrical-coordinate representation of color #1D3738: hue angle of 182.22º 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 #1D3738 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 55 56 -
CMYK 0.48 0.02 0 0.78
HSL 182.22º 0.32% 0.17% -
HSV(B) 182.22º 0.48% 0.22% -
XYZ 2.59 3.28 4.24 -
YUV 47.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 29 55 56 0.48 0.02 0 0.78 182.22 0.32 0.17
Hex 1D 37 38 30 2 0 4E B6 20 11
Octal 35 67 70 60 2 0 116 266 40 21
Binary 11101 110111 111000 110000 10 0 1001110 10110110 100000 10001

Color Harmonies of #1D3738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3738

Black with #1D3738

Text Example


Text Example

White with #1D3738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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