Html Css Color HEX #163939 Nordic

📋 copy color: '#163939'

red 22 ◦ green 57 ◦ blue 57

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

Shades of Nordic #163939

Tints of Nordic #163939

RGB

 RED value IS 22 (8.98% from 255) = 16.18%

 GREEN value IS 57 (22.66% from 255) = 41.91%

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

R = 16.18%
G = 41.91%
B = 41.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#163939 (or 0x163939) is known color: Nordic. HEX triplet: 16, 39 and 39. RGB value is (22,57,57). Sum of RGB (Red+Green+Blue) = 22+57+57=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #163939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163939 is #E9C6C6. Grayscale: #2E2E2E. Windows color (decimal): -15320775 or 3750166. OLE color: 3750166.

HSL color Cylindrical-coordinate representation of color #163939: hue angle of 180º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163939 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 22 57 57 -
CMYK 0.61 0 0 0.78
HSL 180º 0.44% 0.15% -
HSV(B) 180º 0.61% 0.22% -
XYZ 2.53 3.39 4.39 -
YUV 46.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 22 57 57 0.61 0 0 0.78 180 0.44 0.15
Hex 16 39 39 3D 0 0 4E B4 2C F
Octal 26 71 71 75 0 0 116 264 54 17
Binary 10110 111001 111001 111101 0 0 1001110 10110100 101100 1111

Color Harmonies of #163939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163939

Black with #163939

Text Example


Text Example

White with #163939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163939; }

 p { color: rgb(22,57,57); }

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

background-color css

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

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

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

border-color css

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

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

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