Html Css Color HEX #16323B Nordic

📋 copy color: '#16323B'

red 22 ◦ green 50 ◦ blue 59

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

Shades of Nordic #16323B

Tints of Nordic #16323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.17%

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

R = 16.79%
G = 38.17%
B = 45.04%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#16323B (or 0x16323B) is known color: Nordic. HEX triplet: 16, 32 and 3B. RGB value is (22,50,59). Sum of RGB (Red+Green+Blue) = 22+50+59=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 59 - color contains mainly: blue. Hex color #16323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16323B is #E9CDC4. Grayscale: #2A2A2A. Windows color (decimal): -15322565 or 3879446. OLE color: 3879446.

HSL color Cylindrical-coordinate representation of color #16323B: hue angle of 194.59º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16323B is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 22 50 59 -
CMYK 0.63 0.15 0 0.77
HSL 194.59º 0.46% 0.16% -
HSV(B) 194.59º 0.63% 0.23% -
XYZ 2.26 2.77 4.55 -
YUV 42.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 22 50 59 0.63 0.15 0 0.77 194.59 0.46 0.16
Hex 16 32 3B 3F F 0 4D C3 2E 10
Octal 26 62 73 77 17 0 115 303 56 20
Binary 10110 110010 111011 111111 1111 0 1001101 11000011 101110 10000

Color Harmonies of #16323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16323B

Black with #16323B

Text Example


Text Example

White with #16323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16323B; }

 p { color: rgb(22,50,59); }

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

background-color css

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

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

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

border-color css

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

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

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