Html Css Color HEX #163032 Nordic

📋 copy color: '#163032'

red 22 ◦ green 48 ◦ blue 50

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

Shades of Nordic #163032

Tints of Nordic #163032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40%

 BLUE value IS 50 (19.92% from 255) = 41.67%

R = 18.33%
G = 40%
B = 41.67%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#163032 (or 0x163032) is known color: Nordic. HEX triplet: 16, 30 and 32. RGB value is (22,48,50). Sum of RGB (Red+Green+Blue) = 22+48+50=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #163032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163032 is #E9CFCD. Grayscale: #282828. Windows color (decimal): -15323086 or 3289110. OLE color: 3289110.

HSL color Cylindrical-coordinate representation of color #163032: hue angle of 184.29º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #163032 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 22 48 50 -
CMYK 0.56 0.04 0 0.80
HSL 184.29º 0.39% 0.14% -
HSV(B) 184.29º 0.56% 0.2% -
XYZ 1.96 2.51 3.4 -
YUV 40.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 22 48 50 0.56 0.04 0 0.80 184.29 0.39 0.14
Hex 16 30 32 38 4 0 50 B8 27 E
Octal 26 60 62 70 4 0 120 270 47 16
Binary 10110 110000 110010 111000 100 0 1010000 10111000 100111 1110

Color Harmonies of #163032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163032

Black with #163032

Text Example


Text Example

White with #163032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163032; }

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

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

background-color css

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

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

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

border-color css

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

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

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