Html Css Color HEX #173133 Nordic

📋 copy color: '#173133'

red 23 ◦ green 49 ◦ blue 51

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

Shades of Nordic #173133

Tints of Nordic #173133

RGB

 RED value IS 23 (9.38% from 255) = 18.7%

 GREEN value IS 49 (19.53% from 255) = 39.84%

 BLUE value IS 51 (20.31% from 255) = 41.46%

R = 18.7%
G = 39.84%
B = 41.46%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#173133 (or 0x173133) is known color: Nordic. HEX triplet: 17, 31 and 33. RGB value is (23,49,51). Sum of RGB (Red+Green+Blue) = 23+49+51=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: blue. Hex color #173133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173133 is #E8CECC. Grayscale: #292929. Windows color (decimal): -15257293 or 3354903. OLE color: 3354903.

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

Color convert

RGB 23 49 51 -
CMYK 0.55 0.04 0 0.8
HSL 184.29º 0.38% 0.15% -
HSV(B) 184.29º 0.55% 0.2% -
XYZ 2.05 2.62 3.53 -
YUV 41.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 23 49 51 0.55 0.04 0 0.8 184.29 0.38 0.15
Hex 17 31 33 37 4 0 50 B8 26 F
Octal 27 61 63 67 4 0 120 270 46 17
Binary 10111 110001 110011 110111 100 0 1010000 10111000 100110 1111

Color Harmonies of #173133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173133

Black with #173133

Text Example


Text Example

White with #173133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173133; }

 p { color: rgb(23,49,51); }

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

background-color css

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

 a { background-color: rgb(23,49,51); }

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

border-color css

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

 span { border-color: rgb(23,49,51); }

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