Html Css Color HEX #163334 Nordic

📋 copy color: '#163334'

red 22 ◦ green 51 ◦ blue 52

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

Shades of Nordic #163334

Tints of Nordic #163334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.8%

 BLUE value IS 52 (20.7% from 255) = 41.6%

R = 17.6%
G = 40.8%
B = 41.6%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#163334 (or 0x163334) is known color: Nordic. HEX triplet: 16, 33 and 34. RGB value is (22,51,52). Sum of RGB (Red+Green+Blue) = 22+51+52=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #163334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163334 is #E9CCCB. Grayscale: #2A2A2A. Windows color (decimal): -15322316 or 3420950. OLE color: 3420950.

HSL color Cylindrical-coordinate representation of color #163334: hue angle of 182º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163334 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 22 51 52 -
CMYK 0.58 0.02 0 0.80
HSL 182º 0.41% 0.15% -
HSV(B) 182º 0.58% 0.2% -
XYZ 2.13 2.79 3.67 -
YUV 42.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 22 51 52 0.58 0.02 0 0.80 182 0.41 0.15
Hex 16 33 34 3A 2 0 50 B6 29 F
Octal 26 63 64 72 2 0 120 266 51 17
Binary 10110 110011 110100 111010 10 0 1010000 10110110 101001 1111

Color Harmonies of #163334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163334

Black with #163334

Text Example


Text Example

White with #163334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163334; }

 p { color: rgb(22,51,52); }

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

background-color css

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

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

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

border-color css

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

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

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