Html Css Color HEX #16363D Nordic

📋 copy color: '#16363D'

red 22 ◦ green 54 ◦ blue 61

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

Shades of Nordic #16363D

Tints of Nordic #16363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.42%

 BLUE value IS 61 (24.22% from 255) = 44.53%

R = 16.06%
G = 39.42%
B = 44.53%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#16363D (or 0x16363D) is known color: Nordic. HEX triplet: 16, 36 and 3D. RGB value is (22,54,61). Sum of RGB (Red+Green+Blue) = 22+54+61=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #16363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16363D is #E9C9C2. Grayscale: #2D2D2D. Windows color (decimal): -15321539 or 4011542. OLE color: 4011542.

HSL color Cylindrical-coordinate representation of color #16363D: hue angle of 190.77º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #16363D is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 22 54 61 -
CMYK 0.64 0.11 0 0.76
HSL 190.77º 0.47% 0.16% -
HSV(B) 190.77º 0.64% 0.24% -
XYZ 2.49 3.15 4.89 -
YUV 45.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 22 54 61 0.64 0.11 0 0.76 190.77 0.47 0.16
Hex 16 36 3D 40 B 0 4C BF 2F 10
Octal 26 66 75 100 13 0 114 277 57 20
Binary 10110 110110 111101 1000000 1011 0 1001100 10111111 101111 10000

Color Harmonies of #16363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16363D

Black with #16363D

Text Example


Text Example

White with #16363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16363D; }

 p { color: rgb(22,54,61); }

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

background-color css

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

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

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

border-color css

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

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

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