Html Css Color HEX #163535 Nordic

📋 copy color: '#163535'

red 22 ◦ green 53 ◦ blue 53

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

Shades of Nordic #163535

Tints of Nordic #163535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.41%

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

R = 17.19%
G = 41.41%
B = 41.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#163535 (or 0x163535) is known color: Nordic. HEX triplet: 16, 35 and 35. RGB value is (22,53,53). Sum of RGB (Red+Green+Blue) = 22+53+53=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #163535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163535 is #E9CACA. Grayscale: #2B2B2B. Windows color (decimal): -15321803 or 3486998. OLE color: 3486998.

HSL color Cylindrical-coordinate representation of color #163535: hue angle of 180º 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 #163535 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 22 53 53 -
CMYK 0.58 0 0 0.79
HSL 180º 0.41% 0.15% -
HSV(B) 180º 0.58% 0.21% -
XYZ 2.25 2.97 3.82 -
YUV 43.73 133.23 112.5 -
System Red Green Blue C M Y K H S L
Decimal 22 53 53 0.58 0 0 0.79 180 0.41 0.15
Hex 16 35 35 3A 0 0 4F B4 29 F
Octal 26 65 65 72 0 0 117 264 51 17
Binary 10110 110101 110101 111010 0 0 1001111 10110100 101001 1111

Color Harmonies of #163535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163535

Black with #163535

Text Example


Text Example

White with #163535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163535; }

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

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

background-color css

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

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

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

border-color css

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

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

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