Html Css Color HEX #163235 Nordic

📋 copy color: '#163235'

red 22 ◦ green 50 ◦ blue 53

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

Shades of Nordic #163235

Tints of Nordic #163235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40%

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

R = 17.6%
G = 40%
B = 42.4%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#163235 (or 0x163235) is known color: Nordic. HEX triplet: 16, 32 and 35. RGB value is (22,50,53). Sum of RGB (Red+Green+Blue) = 22+50+53=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 50 (19.92% from 255 or 40% 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 #163235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163235 is #E9CDCA. Grayscale: #292929. Windows color (decimal): -15322571 or 3486230. OLE color: 3486230.

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

Color convert

RGB 22 50 53 -
CMYK 0.58 0.06 0 0.79
HSL 185.81º 0.41% 0.15% -
HSV(B) 185.81º 0.58% 0.21% -
XYZ 2.11 2.71 3.78 -
YUV 41.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 22 50 53 0.58 0.06 0 0.79 185.81 0.41 0.15
Hex 16 32 35 3A 6 0 4F BA 29 F
Octal 26 62 65 72 6 0 117 272 51 17
Binary 10110 110010 110101 111010 110 0 1001111 10111010 101001 1111

Color Harmonies of #163235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163235

Black with #163235

Text Example


Text Example

White with #163235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163235; }

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

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

background-color css

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

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

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

border-color css

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

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

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