Html Css Color HEX #173135 Nordic

📋 copy color: '#173135'

red 23 ◦ green 49 ◦ blue 53

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

Shades of Nordic #173135

Tints of Nordic #173135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 42.4%

R = 18.4%
G = 39.2%
B = 42.4%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#173135 (or 0x173135) is known color: Nordic. HEX triplet: 17, 31 and 35. RGB value is (23,49,53). Sum of RGB (Red+Green+Blue) = 23+49+53=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #173135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173135 is #E8CECA. Grayscale: #292929. Windows color (decimal): -15257291 or 3485975. OLE color: 3485975.

HSL color Cylindrical-coordinate representation of color #173135: hue angle of 188º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #173135 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 23 49 53 -
CMYK 0.57 0.08 0 0.79
HSL 188º 0.39% 0.15% -
HSV(B) 188º 0.57% 0.21% -
XYZ 2.09 2.64 3.77 -
YUV 41.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 23 49 53 0.57 0.08 0 0.79 188 0.39 0.15
Hex 17 31 35 39 8 0 4F BC 27 F
Octal 27 61 65 71 10 0 117 274 47 17
Binary 10111 110001 110101 111001 1000 0 1001111 10111100 100111 1111

Color Harmonies of #173135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173135

Black with #173135

Text Example


Text Example

White with #173135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173135; }

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

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

background-color css

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

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

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

border-color css

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

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

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