Html Css Color HEX #1D3339 Nordic

📋 copy color: '#1D3339'

red 29 ◦ green 51 ◦ blue 57

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

Shades of Nordic #1D3339

Tints of Nordic #1D3339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

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

R = 21.17%
G = 37.23%
B = 41.61%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D3339 (or 0x1D3339) is known color: Nordic. HEX triplet: 1D, 33 and 39. RGB value is (29,51,57). Sum of RGB (Red+Green+Blue) = 29+51+57=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 57 - color contains mainly: blue. Hex color #1D3339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3339 is #E2CCC6. Grayscale: #2D2D2D. Windows color (decimal): -14863559 or 3748637. OLE color: 3748637.

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

Color convert

RGB 29 51 57 -
CMYK 0.49 0.11 0 0.78
HSL 192.86º 0.33% 0.17% -
HSV(B) 192.86º 0.49% 0.22% -
XYZ 2.43 2.92 4.31 -
YUV 45.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 29 51 57 0.49 0.11 0 0.78 192.86 0.33 0.17
Hex 1D 33 39 31 B 0 4E C1 21 11
Octal 35 63 71 61 13 0 116 301 41 21
Binary 11101 110011 111001 110001 1011 0 1001110 11000001 100001 10001

Color Harmonies of #1D3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3339

Black with #1D3339

Text Example


Text Example

White with #1D3339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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