Html Css Color HEX #163D41 Nordic

📋 copy color: '#163D41'

red 22 ◦ green 61 ◦ blue 65

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

Shades of Nordic #163D41

Tints of Nordic #163D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 41.22%

 BLUE value IS 65 (25.78% from 255) = 43.92%

R = 14.86%
G = 41.22%
B = 43.92%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163D41 (or 0x163D41) is known color: Nordic. HEX triplet: 16, 3D and 41. RGB value is (22,61,65). Sum of RGB (Red+Green+Blue) = 22+61+65=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #163D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D41 is #E9C2BE. Grayscale: #313131. Windows color (decimal): -15319743 or 4275478. OLE color: 4275478.

HSL color Cylindrical-coordinate representation of color #163D41: hue angle of 185.58º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163D41 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 61 65 -
CMYK 0.66 0.06 0 0.75
HSL 185.58º 0.49% 0.17% -
HSV(B) 185.58º 0.66% 0.25% -
XYZ 2.95 3.89 5.6 -
YUV 49.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 22 61 65 0.66 0.06 0 0.75 185.58 0.49 0.17
Hex 16 3D 41 42 6 0 4B BA 31 11
Octal 26 75 101 102 6 0 113 272 61 21
Binary 10110 111101 1000001 1000010 110 0 1001011 10111010 110001 10001

Color Harmonies of #163D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D41

Black with #163D41

Text Example


Text Example

White with #163D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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